From 82ae5f5bec118bc1559faa9f755c20392b5c526f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:18:56 +0000 Subject: [PATCH] deps(pip)(deps-dev): bump playwright from 1.40.0 to 1.60.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.40.0 to 1.60.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.40.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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8025f70..dcc93c9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pytest-cov==5.0.0 freezegun==1.5.1 hypothesis==6.90.0 pytest-timeout==2.1.0 -playwright==1.40.0 +playwright==1.60.0 pytest-playwright>=0.4.0 # radon 6.1.1 was a typo / aspirational pin — never published to PyPI, # so `pip install -r requirements-dev.txt` failed for any new contributor.