From df444567e49a34aa06d7d3c66f5cbd50ff3f9a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:47:07 +0000 Subject: [PATCH] build(deps): update bandit requirement from >=1.7.0 to >=1.9.4 Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.0...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe628b8..28c6794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ black>=23.0.0 flake8>=6.0.0 mypy>=1.5.0 isort>=5.12.0 -bandit>=1.7.0 +bandit>=1.9.4 # Documentation mkdocs>=1.5.0 @@ -163,7 +163,7 @@ py-spy>=0.3.0 memory-profiler>=0.61.0 # Security tools -bandit>=1.7.0 +bandit>=1.9.4 safety>=2.3.0 # Compliance and audit