diff --git a/poetry.lock b/poetry.lock index 8b6e586b..c8ee2176 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,14 +269,14 @@ files = [ [[package]] name = "pep8-naming" -version = "0.14.1" +version = "0.15.0" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, - {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, + {file = "pep8_naming-0.15.0-py3-none-any.whl", hash = "sha256:2ce36937ff0421d871a634f4a0c2af06f994fe22c9055ea9813ca72d562754da"}, + {file = "pep8_naming-0.15.0.tar.gz", hash = "sha256:a637ee5144f7585c800b1fc6eeb996fa35a2ef0f2690880a9e1b29cb9f6e8359"}, ] [package.dependencies] @@ -459,4 +459,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.9.0, <3.12.0" -content-hash = "a86761eef7f6cf52f87263ed0d3b99d6e50d65cc1b2f0284ed8807dc076bed2f" +content-hash = "be70aecd60d4edaf7fe6921e7a177816ac862ed31330c559bba816af76dece55" diff --git a/pyproject.toml b/pyproject.toml index f77779c8..d1f662be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ yamllint = "^1.37.0" codespell = "^2.4.1" black = "25.1.0" flake8 = "7.2.0" -pep8-naming = "0.14.1" +pep8-naming = "0.15.0" [build-system] requires = ["poetry-core"]