chore(deps): update dependency pep8-naming to v0.13.1

This commit is contained in:
renovate[bot] 2022-07-18 00:11:42 +00:00
parent 789fad25ad
commit 433af8a364
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -484,7 +484,7 @@ python-versions = ">=2.6"
[[package]]
name = "pep8-naming"
version = "0.13.0"
version = "0.13.1"
description = "Check PEP-8 naming conventions, plugin for flake8"
category = "dev"
optional = false
@ -878,7 +878,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "b01529a8432536b351211a7c5caa494cf402ba3befdbcfe4eb7df21f98d25258"
content-hash = "1e49957eb639bb9b1fae9b5a9bcf5288b0c0f9b0ba42400851f8ac01900f74bb"
[metadata.files]
anyconfig = [
@ -1091,8 +1091,8 @@ pbr = [
{file = "pbr-5.9.0.tar.gz", hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308"},
]
pep8-naming = [
{file = "pep8-naming-0.13.0.tar.gz", hash = "sha256:9f38e6dcf867a1fb7ad47f5ff72c0ddae544a6cf64eb9f7600b7b3c0bb5980b5"},
{file = "pep8_naming-0.13.0-py3-none-any.whl", hash = "sha256:069ea20e97f073b3e6d4f789af2a57816f281ca64b86210c7d471117a4b6bfd0"},
{file = "pep8-naming-0.13.1.tar.gz", hash = "sha256:3af77cdaa9c7965f7c85a56cd579354553c9bbd3fdf3078a776f12db54dd6944"},
{file = "pep8_naming-0.13.1-py3-none-any.whl", hash = "sha256:f7867c1a464fe769be4f972ef7b79d6df1d9aff1b1f04ecf738d471963d3ab9c"},
]
pluggy = [
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},

View File

@ -68,7 +68,7 @@ flake8-logging-format = "0.6.0"
flake8-pep3101 = "1.3.0"
flake8-polyfill = "1.0.2"
flake8-quotes = "3.3.1"
pep8-naming = "0.13.0"
pep8-naming = "0.13.1"
pydocstyle = "6.1.1"
pytest = "7.1.2"
pytest-cov = "3.0.0"