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