Bump bandit from 1.7.3 to 1.7.4

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

---
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-03-07 03:25:51 +00:00 committed by GitHub
parent b0618215ef
commit c849c7ffb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 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.3"
bandit = "^1.7.4"
coverage = "^6.3"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"