From 82aef55e6f0252404511cf20c0252dfffa0b8d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:14:21 +0000 Subject: [PATCH] build(deps-dev): update playwright requirement from >=1.45 to >=1.62.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.45.0...v1.62.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.62.0 dependency-type: direct:development ... 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 70be33d..ce3eaf6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Optional tooling for tests, browser verification and style gates -r requirements.txt -playwright>=1.45 # browser smoke test + screenshots (python3 -m playwright install chromium) +playwright>=1.62.0 # browser smoke test + screenshots (python3 -m playwright install chromium) pyflakes>=3.2 # static lint used by test_all.sh when available # JavaScript AST style gate: npm install typescript@5 (see tools/check_style.py)