From 28896c21aaf53df4a1e125925aaa239088c3579f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:03:28 +0000 Subject: [PATCH] Bump bandit from 1.8.3 to 1.9.1 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.3 to 1.9.1. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.9.1) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a00860c7..171add1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ pbr==7.0.0 PyYAML>=3.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 rich==14.2.0 # bandit -bandit==1.8.3 +bandit==1.9.1 entrypoints==0.4