From 1cbdbd2883c641a5d77280a8ef60fddc83355d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:01:15 +0000 Subject: [PATCH] chore(deps)(deps-dev): update bandit requirement from >=1.9.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.9.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 d309323..1547411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest-xdist>=3.8.0", "flake8>=7.3.0", "mypy>=1.20.1", - "bandit>=1.9.0", + "bandit>=1.9.4", "black>=26.3.1", "isort>=8.0.1", "build>=1.4.3",