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