From 7c6b25889ad5221b20b2126ccbfb5a5a5570c173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:23:32 +0000 Subject: [PATCH] Bump bandit from 1.7.4 to 1.8.5 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.4 to 1.8.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.4...1.8.5) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.5 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..d9da1210 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ mypy>=0.971 -bandit==1.7.4 +bandit==1.8.5 # mccabe 0.7.0 is not compatible with flake8 4.0.1 mccabe==0.6.1 flake8==4.0.1