diff --git a/poetry.lock b/poetry.lock index 97719959..764d6a39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1511,13 +1511,13 @@ files = [ [[package]] name = "pep8-naming" -version = "0.13.3" +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.13.3.tar.gz", hash = "sha256:1705f046dfcd851378aac3be1cd1551c7c1e5ff363bacad707d43007877fa971"}, - {file = "pep8_naming-0.13.3-py3-none-any.whl", hash = "sha256:1a86b8c71a03337c97181917e2b472f0f5e4ccb06844a0d6f0a33522549e7a80"}, + {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] @@ -3045,4 +3045,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "29bc1f260fb62621b9cdbbd0af6b5efcbf2c00e276e20a5a118d41454d242edd" +content-hash = "5b84d28941216c41b4b2ae95600dcbfb133764cfef3d7debfcd7040f1247c86a" diff --git a/pyproject.toml b/pyproject.toml index ba885f12..824762ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8 = "^7.0.0" flake8-bugbear = "^24.0.0" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.3.0" -pep8-naming = "^0.13.2" +pep8-naming = "^0.14.0" darglint = "^1.8.1" pre-commit-hooks = "^4.3.0" Pygments = "^2.13.0"