From 82c3f1bf435ad33cf570d93bfc361c385b7a9d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:35:51 +0000 Subject: [PATCH] build(deps-dev): bump playwright from 1.50.0 to 1.62.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.50.0 to 1.62.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.62.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.62.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 e449b89..224c953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest-benchmark>=4,<6", "mypy>=1.10,<2", "hypothesis>=6.100,<7", - "playwright==1.50.0", + "playwright==1.62.0", ] [tool.pytest.ini_options]