From 10ded44ce95b5255bc85ce717022c1937e0576a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:35:06 +0000 Subject: [PATCH] build(deps-dev): bump playwright from 1.50.0 to 1.61.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.50.0 to 1.61.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.61.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.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..30634b6 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.61.0", ] [tool.pytest.ini_options]