From f3c62eedb629ca901732c00eaf7beddc30f1ea4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:36:53 +0000 Subject: [PATCH] chore(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] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ffad774..d1d7a71 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -pytest>=9.1.1 +pytest>=9.1.1 scapy>=2.7.0 ruff>=0.16.0 -bandit>=1.7.0 +bandit>=1.9.4 pip-audit>=2.10.1 pre-commit>=4.6.1