From f78fddd1637d5e2f8aac192fdf2911fc4e13d83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:03:14 +0000 Subject: [PATCH] chore(deps): bump bandit from 1.9.3 to 1.9.4 in /requirements Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.3...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 4c39979..01ba14c 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,7 +12,7 @@ pre-commit==4.5.1 mypy==1.19.1 isort==7.0.0 pylint -bandit==1.9.3 +bandit==1.9.4 pydocstringformatter==0.7.5 tox==4.34.1 codespell==2.4.1