Bump bandit from 1.7.0 to 1.7.1

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

---
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] 2021-11-24 21:41:46 +00:00 committed by GitHub
parent 1e40eb1649
commit 6c4e943634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -45,7 +45,7 @@ pylint = "^2.11.1"
black = "^21.11b1"
isort = "^5.9.3"
flake8 = "^4.0.1"
bandit = "^1.7.0"
bandit = "^1.7.1"
coverage = "^6.1.2"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.4.0"