From 78f66236a4708f9283524cfbe543138e3dfe69d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:45:23 +0000 Subject: [PATCH] chore(deps): update bandit requirement from >=1.7.6 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.6...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 66b7668..fe83965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [dependency-groups] test = ["pytest>=9.0.0", "pytest-cov>=7.0.0"] -quality = ["prek>=0.3.1", "bandit[toml]>=1.7.6", "ruff>=0.14.7", "mypy>=1.19.0"] +quality = ["prek>=0.3.1", "bandit[toml]>=1.9.4", "ruff>=0.14.7", "mypy>=1.19.0"] dev = [ {include-group = "test"}, {include-group = "quality"},