Bump flake8-bandit from 2.1.2 to 3.0.0

Bumps [flake8-bandit](https://github.com/tylerwince/flake8-bandit) from 2.1.2 to 3.0.0.
- [Release notes](https://github.com/tylerwince/flake8-bandit/releases)
- [Commits](https://github.com/tylerwince/flake8-bandit/commits/v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-29 07:26:05 +00:00
committed by GitHub
parent 07f0c1a338
commit 972f521738
2 changed files with 7 additions and 6 deletions

View File

@ -86,7 +86,7 @@ flake8 = "^3.9.2"
flake8-black = "^0.3.2"
flake8-bugbear = "^22.1.11"
flake8-import-order = "^0.18.1"
flake8-bandit = "^2.1.2"
flake8-bandit = "^3.0.0"
flake8-builtins = "^1.5.3"
flake8-variables-names = "^0.0.5"
flake8-cognitive-complexity = "^0.1.0"