From af623e10a1977392e39e0bb21ab33b99cd05c5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:14:47 +0000 Subject: [PATCH] build(deps-dev): update pyflakes requirement from >=3.2 to >=3.4.0 Updates the requirements on [pyflakes](https://github.com/PyCQA/pyflakes) to permit the latest version. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.2.0...3.4.0) --- updated-dependencies: - dependency-name: pyflakes dependency-version: 3.4.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..d29d273 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) -pyflakes>=3.2 # static lint used by test_all.sh when available +pyflakes>=3.4.0 # static lint used by test_all.sh when available # JavaScript AST style gate: npm install typescript@5 (see tools/check_style.py)