From ada313b5cdd08df66175e38ff6525c86fe2a3cd7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Jul 2021 12:00:07 +0000 Subject: [PATCH] chore(deps): update dependency pep8-naming to v0.12.0 --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c15588..3c38238 100644 --- a/poetry.lock +++ b/poetry.lock @@ -346,13 +346,14 @@ markdown = ">=3.0" [[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]] @@ -618,7 +619,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "93c3e9d43f34a343ef1badd3b1717c0819824da0c0b66b4a6ed7ef558add1296" +content-hash = "c9e60a914ddbdcf915db6fd9eabb68a794a5c5e91744716ee8fdd7973a8e6a12" [metadata.files] atomicwrites = [ @@ -823,8 +824,8 @@ pdoc3 = [ {file = "pdoc3-0.9.2.tar.gz", hash = "sha256:9df5d931f25f353c69c46819a3bd03ef96dd286f2a70bb1b93a23a781f91faa1"}, ] 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"}, diff --git a/pyproject.toml b/pyproject.toml index 520aad5..3a8bf91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ flake8-pep3101 = "1.3.0" flake8-polyfill = "1.0.2" flake8-quotes = "3.2.0" pdoc3 = "0.9.2" -pep8-naming = "0.11.1" +pep8-naming = "0.12.0" pydocstyle = "6.1.1" pytest = "6.2.4" pytest-cov = "2.12.1"