diff --git a/poetry.lock b/poetry.lock index 7d2073ed..7a058466 100644 --- a/poetry.lock +++ b/poetry.lock @@ -169,13 +169,13 @@ files = [ [[package]] name = "pep8-naming" -version = "0.14.0" +version = "0.14.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pep8-naming-0.14.0.tar.gz", hash = "sha256:c2dcf35de7731b4fe1adcea4ca97e0abf52c811b137054edd25816a34016c9cd"}, - {file = "pep8_naming-0.14.0-py3-none-any.whl", hash = "sha256:5a74972c7a0f882aa643120c8de16b5d8b8b1636a17ac04dbeaff5ce393aa8b4"}, + {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, + {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, ] [package.dependencies] @@ -336,4 +336,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c50330c78162d8bacf36535ce8ce5c3a21424fd5898f54c0aa658a730d980616" +content-hash = "5c01471e68d4f6f5014019b3f540ba81a2cbf1aed91e975e213f3459a2fc47cd" diff --git a/pyproject.toml b/pyproject.toml index 269073fe..bfe01451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^8.2.0" invoke = "^2.2.0" black = "^24.4" flake8 = "^7.0.0" -pep8-naming = "^0.14.0" +pep8-naming = "^0.14.1" yamllint = "^1.35.1" [build-system]