From ae34c9c7d021c5b8b79bea9a1789a5fe87803058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:10:15 +0000 Subject: [PATCH] Bump bandit from 1.7.0 to 1.7.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.0 to 1.7.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.2) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... 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 91626b1..58353d4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -e . -bandit==1.7.0 +bandit==1.7.2 black==21.9b0 flake8-bugbear==21.9.2 flake8-quotes==3.3.1