From 49a28ca2573bc9e439a6b2f24006c1f33ea530aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:04:04 +0000 Subject: [PATCH] build(deps-dev): update bandit requirement 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.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 ca21367b..1749ecfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ license = "MIT" [project.optional-dependencies] dev = [ - "bandit >= 1.8.6, < 1.9.0", # latest version for Python 3.9 is 1.8.x + "bandit >= 1.8.6, < 1.10.0", # latest version for Python 3.9 is 1.8.x "black >= 25.11.0", "flake8 >= 7.0.0", "flake8-import-order >= 0.19.2",