From e2d43ca36244f346698df9c2e678dffab489e81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:26:25 +0000 Subject: [PATCH] Bump bandit from 1.7.7 to 1.7.8 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.8) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- secretscanning/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secretscanning/dev-requirements.txt b/secretscanning/dev-requirements.txt index 5317c02..1dd1158 100644 --- a/secretscanning/dev-requirements.txt +++ b/secretscanning/dev-requirements.txt @@ -1,5 +1,5 @@ flake8==7.0.0 -bandit==1.7.7 +bandit==1.7.8 mypy==1.9.0 yapf==0.40.2 ruff==0.3.4