From 5a62b1e52fa2bb410bbc8fe9c4e2a5fa43985be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:35:46 +0000 Subject: [PATCH] Bump bandit from 1.8.6 to 1.9.4 in /CryptGuardv2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CryptGuardv2/requirements.lock.txt | 2 +- CryptGuardv2/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CryptGuardv2/requirements.lock.txt b/CryptGuardv2/requirements.lock.txt index e4c9b2b..7f600d7 100644 --- a/CryptGuardv2/requirements.lock.txt +++ b/CryptGuardv2/requirements.lock.txt @@ -12,7 +12,7 @@ argon2-cffi-bindings==25.1.0 # argon2-cffi attrs==25.4.0 # via hypothesis -bandit==1.8.6 +bandit==1.9.4 # via -r requirements.txt cffi==2.0.0 # via diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..bf503b9 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -30,4 +30,4 @@ pytest>=8 pytest-cov>=5 ruff>=0.6 mypy>=1.11 -bandit>=1.7 +bandit>=1.9.4