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

10
poetry.lock generated
View File

@ -559,7 +559,7 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "prospector" name = "prospector"
version = "1.6.0" version = "1.7.2"
description = "" description = ""
category = "dev" category = "dev"
optional = false optional = false
@ -571,7 +571,7 @@ mccabe = ">=0.6.0,<0.7.0"
pep8-naming = ">=0.3.3,<=0.10.0" pep8-naming = ">=0.3.3,<=0.10.0"
pycodestyle = ">=2.6.0,<2.9.0" pycodestyle = ">=2.6.0,<2.9.0"
pydocstyle = ">=2.0.0" pydocstyle = ">=2.0.0"
pyflakes = ">=2.2.0,<2.4.0" pyflakes = ">=2.2.0,<3"
pylint = ">=2.8.3" pylint = ">=2.8.3"
pylint-celery = "0.3" pylint-celery = "0.3"
pylint-django = ">=2.5,<2.6" pylint-django = ">=2.5,<2.6"
@ -998,7 +998,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "ea53eb8be6ed68c404151797b5b35f0cb5413b9575e63b9eda16499595ac800f" content-hash = "462b126556be171ba09110e31114d38c8a0c3d7347c353208e40168d10df22ef"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -1550,8 +1550,8 @@ pluggy = [
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
] ]
prospector = [ prospector = [
{file = "prospector-1.6.0-py3-none-any.whl", hash = "sha256:fd5a2872b26ee07babc15b826c1ff4a717282a3dbb744591a59625a2c11a0468"}, {file = "prospector-1.7.2-py3-none-any.whl", hash = "sha256:fc92146f1dedce94c058144c30fbc0f7262ac8cba1722a3309dd3c6d59054aab"},
{file = "prospector-1.6.0.tar.gz", hash = "sha256:1ca0da95a2d1a151ae578f02d6fc78300a9150af8f2c2c201097213016cc92ee"}, {file = "prospector-1.7.2.tar.gz", hash = "sha256:c1a440ac56c7d840b918962a0fd3766047482d553b31dc2774cae8db8544060d"},
] ]
py = [ py = [
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},

View File

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