diff --git a/poetry.lock b/poetry.lock index 6aacf3c5..642c1a68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "black" @@ -206,13 +206,13 @@ files = [ [[package]] name = "pep8-naming" -version = "0.13.3" +version = "0.14.0" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false python-versions = ">=3.7" 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.0.tar.gz", hash = "sha256:c2dcf35de7731b4fe1adcea4ca97e0abf52c811b137054edd25816a34016c9cd"}, + {file = "pep8_naming-0.14.0-py3-none-any.whl", hash = "sha256:5a74972c7a0f882aa643120c8de16b5d8b8b1636a17ac04dbeaff5ce393aa8b4"}, ] [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 = "f3c7090dbb9d6df768cef71da6df144086615df703b805bc7e4a98d112eebf66" +content-hash = "bade65d82aa5f6d5161c8d6b22c353306878b33e8df8118e13dc2c47c6b6aedd" diff --git a/pyproject.toml b/pyproject.toml index 528941a7..48cbbe4d 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.13.3" +pep8-naming = "^0.14.0" pytest = "^8.1.1" GitPython = "^3.1.42"