From e84adf342dca3af9ca7f6fbd3267d9fc06905ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:53:01 +0000 Subject: [PATCH] Update playwright requirement from ~=1.60.0 to ~=1.61.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.60.0...v1.61.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.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 4378ec2..528855c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ gov-uk-dashboards~=32.5.0 uk-gov-dash-components~=2.2.1 dash[testing]~=4.3.0 chromedriver-autoinstaller~=0.6.4 -playwright~=1.60.0 +playwright~=1.61.0 pytest-playwright~=0.8.0 pixelmatch~=0.4.0 pillow~=12.2.0