From eb80f3e805ad8b4fea4e1d0f935ff299ef265c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 05:05:47 +0000 Subject: [PATCH] Bump bandit from 1.6.2 to 1.7.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.6.2 to 1.7.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.6.2...1.7.3) --- 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 bdd3746..c7d9736 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.3 # Test coverage==5.3