From 4311106e7474c6591b348b8b07c9af44ef15d21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:23:33 +0000 Subject: [PATCH] deps(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b19b6c4..1ecdcfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "twine>=4.0.0", "check-manifest>=0.49", "pip-audit>=2.6.0", - "bandit>=1.7.0", + "bandit>=1.9.4", "detect-secrets>=1.5.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 6c75ca9..7c24ebe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ check-manifest>=0.49 pip-audit>=2.6.0 # Security tools -bandit>=1.7.0 +bandit>=1.9.4 detect-secrets>=1.5.0 safety>=2.3.0