Bump prospector from 1.6.0 to 1.7.2

Bumps [prospector](https://github.com/PyCQA/prospector) from 1.6.0 to 1.7.2.
- [Release notes](https://github.com/PyCQA/prospector/releases)
- [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/prospector/compare/1.6.0...1.7.2)

---
updated-dependencies:
- dependency-name: prospector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-28 06:24:57 +00:00
committed by GitHub
parent de405bfa3b
commit f5cc328b05
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ Pygments = "^2.11.2"
pytest = "^7.0.1"
black = "^22.1.0"
mypy = "^0.931"
prospector = "^1.6.0"
prospector = "^1.7.2"
bandit = "^1.7.2"
[build-system]