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

This commit is contained in:
Renovate Bot 2021-07-07 11:32:10 +00:00 committed by renovate[bot]
parent a2be25723f
commit 38e2b3abec
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@ -443,13 +443,14 @@ python-versions = ">=2.6"
[[package]]
name = "pep8-naming"
version = "0.11.1"
version = "0.12.0"
description = "Check PEP-8 naming conventions, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
flake8 = ">=3.9.1"
flake8-polyfill = ">=1.0.2,<2"
[[package]]
@ -795,7 +796,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "da16991dc85aa4f721b4bdf16ebc9cd7d8daf9311f8cae1ec22a14741cd8351f"
content-hash = "99c5ce47a4a772fdd0975df5931b57a0fe2c8026680cb3b813ac5a89b442900d"
[metadata.files]
anyconfig = [
@ -996,8 +997,8 @@ pbr = [
{file = "pbr-5.6.0.tar.gz", hash = "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd"},
]
pep8-naming = [
{file = "pep8-naming-0.11.1.tar.gz", hash = "sha256:a1dd47dd243adfe8a83616e27cf03164960b507530f155db94e10b36a6cd6724"},
{file = "pep8_naming-0.11.1-py2.py3-none-any.whl", hash = "sha256:f43bfe3eea7e0d73e8b5d07d6407ab47f2476ccaeff6937c84275cd30b016738"},
{file = "pep8-naming-0.12.0.tar.gz", hash = "sha256:1f9a3ecb2f3fd83240fd40afdd70acc89695c49c333413e49788f93b61827e12"},
{file = "pep8_naming-0.12.0-py2.py3-none-any.whl", hash = "sha256:2321ac2b7bf55383dd19a6a9c8ae2ebf05679699927a3af33e60dd7d337099d3"},
]
pluggy = [
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},

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.2.0"
pep8-naming = "0.11.1"
pep8-naming = "0.12.0"
pydocstyle = "6.1.1"
pytest = "6.2.4"
pytest-cov = "2.12.1"