Bump bandit from 1.7.1 to 1.7.2

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.1...1.7.2)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-26 03:18:36 +00:00 committed by GitHub
parent 28d06f3264
commit 4c3d07d276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View file

@ -45,7 +45,7 @@ pylint = "^2.12.2"
black = "^21.12b0"
isort = "^5.9.3"
flake8 = "^4.0.1"
bandit = "^1.7.1"
bandit = "^1.7.2"
coverage = "^6.2"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"