From 953295b4720dbe61493c3e226ede07ff514f71c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:40:20 +0000 Subject: [PATCH] chore(deps): bump bandit from 1.8.0 to 1.8.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d69d0a26..65bf2ced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pre-commit==4.1.0 isort==5.13.2 mypy==1.14.1 pylint==3.3.3 -bandit==1.8.0 +bandit==1.8.2 pydocstringformatter==0.7.3 tox==4.23.2 codespell==2.3.0