From ce07e4f6c2f3d39d4d0da3328f40bb4c9066fecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:26:22 +0000 Subject: [PATCH] build(deps-dev): bump bandit from 1.8.3 to 1.8.6 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.3 to 1.8.6. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:development update-type: version-update:semver-patch ... 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 9bd4ea4..7bbc61b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pre-commit; python_version <= "3.8" pre-commit==4.1.0; python_version > "3.8" flake8; python_version < "3.8" flake8==7.1.2; python_version >= "3.8" -bandit==1.8.3 +bandit==1.8.6 gitlint==v0.19.1 pytest pytest-mock