From 9318f2647b346e76bfb8d6fba8c24252155bbbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:26:09 +0000 Subject: [PATCH] chore(deps): bump bandit from 1.8.3 to 1.8.5 in /requirements Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.3 to 1.8.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.8.5) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.5 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 9f93b39..1f13ca0 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,7 +12,7 @@ pre-commit==4.2.0 mypy==1.16.0 isort==6.0.1 pylint -bandit==1.8.3 +bandit==1.8.5 pydocstringformatter==0.7.3 tox==4.26.0 codespell==2.4.1