From ed50a64a544095d6454683576b2e5171a4b12cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:22:35 +0000 Subject: [PATCH] Bump bandit from 1.7.4 to 1.9.4 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.4 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.4...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8a8452ea..4f0584c5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ mypy>=0.971 -bandit==1.7.4 +bandit==1.9.4 # mccabe 0.7.0 is not compatible with flake8 4.0.1 mccabe==0.6.1 flake8==4.0.1