From f72c2a94469f781837626b359b582a5ca9191e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:52:19 +0000 Subject: [PATCH] Bump playwright from 1.57.0 to 1.60.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.57.0 to 1.60.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.57.0...v1.60.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.60.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf7510d..3087d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ cli = [ "psutil", "python-docx", "weasyprint>=60.0", - "playwright==1.57.0", + "playwright==1.60.0", "jinja2>=3.0", "graphviz>=0.20", "python-magic>=0.4.27,<0.5; platform_system == 'Linux'",