From 26fb3e33cd8732977ecf7e856e292c2169e1ee83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:16:38 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7767d18..88035ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "pyright>=1.1.408", "pytest>=9.0.3", "ruff>=0.15.11", - "bandit>=1.8.0", + "bandit>=1.9.4", "pip-audit>=2.10.0", "pre-commit>=4.6.0", "djlint>=1.36.4",