From 2ac17b53d99c6e79cbec4e9dedfae765d9e476bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:29:03 +0000 Subject: [PATCH] build(deps-dev): update bandit requirement from >=1.7.1 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.1...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 7a1b706..613c915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ # Abstract top-level development dependencies (e.g. linters and other tools) # Support for pyproject.toml added in 1.7.1 # https://github.com/PyCQA/bandit/pull/401 - 'bandit[toml] >= 1.7.1', + 'bandit[toml] >= 1.9.4', 'flake8', 'flake8-bugbear', 'flake8-comprehensions',