From 7fb513565f12de7228325bdf250f1baaf194ea7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:13:46 +0000 Subject: [PATCH] chore(deps-dev): bump bandit from 1.7.8 to 1.7.9 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.8 to 1.7.9. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.8...1.7.9) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 25834c70a0..46cfb6b091 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pre-commit; python_version <= "3.8" pre-commit==3.7.1; python_version > "3.8" flake8; python_version < "3.8" flake8==7.0.0; python_version >= "3.8" -bandit==1.7.8 +bandit==1.7.9 gitlint==v0.19.1 interrogate mypy==v1.10.0