From a7e4c8e6171ce2e1cdf6d8e5b6f6ca36d7367270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:53:01 +0000 Subject: [PATCH] build(deps-dev): update bandit requirement from >=1.8.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.8.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1764fd4..f7b161c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ setuptools>=68,<81 pytest-asyncio>=0.23.7 ruff>=0.9.0 mypy>=1.14.0 -bandit>=1.8.0 +bandit>=1.9.4 pip-audit>=2.7.3 hypothesis>=6.120,<7