From 227e59e5187177be1b38ea81bc0f2bbf7b3eea13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 05:04:13 +0000 Subject: [PATCH] Bump bandit from 1.6.2 to 1.7.4 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.6.2 to 1.7.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.6.2...1.7.4) --- 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..75e1b75 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.4 # Test coverage==5.3