From 2e3bb3cb9cbaaabc920ecc4ff36ee14a9d9f25ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:32:49 +0000 Subject: [PATCH] Update flake8 requirement from <8.0,>=7.0 to >=7.3.0,<8.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.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 7aeb07e2..7bc3b65f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ bandit[toml] >=1.0, <2.0 black >=23.0, <24.0 cffconvert >=2.0, <3.0 -flake8 >=7.0, <8.0 +flake8 >=7.3.0, <8.0 flake8-bandit >=4.0, <5.0 flake8-bugbear >=24.0, <25.0 flake8-builtins >=2.0, <3.0