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

This commit is contained in:
renovate[bot] 2022-07-18 00:39:53 +00:00
parent 98118be39f
commit 64d612e786
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -410,7 +410,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
@ -738,7 +738,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "ba883e2ac91965abf133683de3446c4b6ae1a03feb1dfbf26fa8a0d351ad1f4c"
content-hash = "b781de1a373f651d393b43d85d037c3ecf2df2363b08d1c645a679970763dfe1"
[metadata.files]
anyconfig = [
@ -913,8 +913,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

@ -54,7 +54,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"