From a2d3895cc4ab88bbd42f4de097fe42eb99e123e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:32:34 +0000 Subject: [PATCH] deps(pip): update playwright requirement from >=1.40.0 to >=1.60.0 Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49f0cf4..5f91c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ pillow-heif>=1.3.0 # Testing (development only) pytest>=9.0.3 pytest-cov>=7.1.0 -playwright>=1.40.0 +playwright>=1.60.0 pytest-playwright>=0.8.0