Bump bandit from 1.7.2 to 1.7.3

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

---
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-02-28 03:24:52 +00:00 committed by GitHub
parent ca813f06ea
commit ba4b0ec508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ pylint = "^2.12.2"
black = "^22.1"
isort = "^5.9.3"
flake8 = "^4.0.1"
bandit = "^1.7.2"
bandit = "^1.7.3"
coverage = "^6.3"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"