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