diff --git a/poetry.lock b/poetry.lock index 8baca3f8..b0312d5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -630,7 +630,7 @@ python-versions = ">=2.6" [[package]] name = "pep8-naming" -version = "0.12.1" +version = "0.13.0" description = "Check PEP-8 naming conventions, plugin for flake8" category = "dev" optional = false @@ -638,7 +638,6 @@ python-versions = "*" [package.dependencies] flake8 = ">=3.9.1" -flake8-polyfill = ">=1.0.2,<2" [[package]] name = "platformdirs" @@ -1261,7 +1260,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "88c03be6199d75af543ff44dd759c36fd62e20a9280106d4096e6915bc933026" +content-hash = "e212d6ad1328cb21757625438f49cfb19ff8f8fd4e1eaa8f4e349d8c80f340fb" [metadata.files] alabaster = [ @@ -1695,8 +1694,8 @@ pbr = [ {file = "pbr-5.8.0.tar.gz", hash = "sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf"}, ] pep8-naming = [ - {file = "pep8-naming-0.12.1.tar.gz", hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841"}, - {file = "pep8_naming-0.12.1-py2.py3-none-any.whl", hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37"}, + {file = "pep8-naming-0.13.0.tar.gz", hash = "sha256:9f38e6dcf867a1fb7ad47f5ff72c0ddae544a6cf64eb9f7600b7b3c0bb5980b5"}, + {file = "pep8_naming-0.13.0-py3-none-any.whl", hash = "sha256:069ea20e97f073b3e6d4f789af2a57816f281ca64b86210c7d471117a4b6bfd0"}, ] platformdirs = [ {file = "platformdirs-2.4.0-py3-none-any.whl", hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d"}, diff --git a/pyproject.toml b/pyproject.toml index 04159fca..c2246700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-bandit = "^3.0.0" flake8-bugbear = "^22.4.25" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.5" -pep8-naming = "^0.12.1" +pep8-naming = "^0.13.0" darglint = "^1.8.1" reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.2.0"