From 539219568caa0b4c3942eb617240126a2b4e05e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:51:56 +0000 Subject: [PATCH] chore(deps-dev): bump bandit from 1.7.10 to 1.8.0 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5a2d2c3..0ec34c2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -15,7 +15,7 @@ pre-commit==4.0.1 isort==5.13.2 mypy==1.13.0 pylint==3.3.1 -bandit==1.7.10 +bandit==1.8.0 pydocstringformatter==0.7.3 tox==4.23.2 codespell==2.3.0