From 08be823cc2a0d68016c02cb85f43d37d5bc825ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 21:46:38 +0000 Subject: [PATCH] fix(deps): update dependency bandit to >=1.9.4 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2deebd8..9ba41b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ # Type checking "mypy>=1.16.1", # Security - "bandit[toml]>=1.8.0", + "bandit[toml]>=1.9.4", # Testing "pytest>=8.4.1", "pytest-cov>=6.2.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 5686d34..0e78d30 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ ruff>=0.8.0 mypy>=1.16.1 # Security -bandit[toml]>=1.8.0 +bandit[toml]>=1.9.4 pip-audit>=2.7.0 # Testing