diff --git a/poetry.lock b/poetry.lock index 642c1a68..42538e9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,13 +206,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] @@ -384,4 +384,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bade65d82aa5f6d5161c8d6b22c353306878b33e8df8118e13dc2c47c6b6aedd" +content-hash = "e8d3793aae20b822a6c70be93b2eb7d6ea69ae21bac421cbef47ae184ed60b74" diff --git a/pyproject.toml b/pyproject.toml index 48cbbe4d..07699273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ yamllint = "^v1.35.1" codespell = "^2.2.6" black = "^24.3" flake8 = "^7.0.0" -pep8-naming = "^0.14.0" +pep8-naming = "^0.14.1" pytest = "^8.1.1" GitPython = "^3.1.42"