From 663facaaa79ee4e0d51f8c70b2f39fdc9d4a3455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 03:01:29 +0000 Subject: [PATCH] Bump bandit from 1.6.3 to 1.7.1 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.6.3 to 1.7.1. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.6.3...1.7.1) --- 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 76ceb68..f0a4b2b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,7 @@ bumpversion==0.6.0 mypy==0.790 pylint==2.6.0 -bandit==1.6.3 +bandit==1.7.1 safety==1.9.0 isort==4.3.21; python_version <= '3.6' # pyup: ignore isort==5.6.4; python_version > '3.6'