From 2768af04c9a63dce132e5741159c9b60df16581c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 07:28:29 +0000 Subject: [PATCH] Bump bandit from 1.6.2 to 1.7.0 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.6.2...1.7.0) 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 bdd3746..f036dc4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ isort==5.6.4 mypy==0.790 # Security -bandit==1.6.2 +bandit==1.7.0 # Test coverage==5.3