diff --git a/poetry.lock b/poetry.lock index f75d03d5..76eef4e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "argcomplete" @@ -621,13 +621,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] @@ -984,4 +984,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "b10c8ca02ef606e84e6acfba2b10f44350fb89144135f026ec123aaac99089b9" +content-hash = "5822f952561115b847ed859e1acd69e22342bb7e56863bd1176f335eee8d1d2a" diff --git a/pyproject.toml b/pyproject.toml index 256ce6fc..97b36e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ flake8-isort = "^6.0.0" flake8-pytest-style = "^1.7.2" flake8-simplify = ">=0.20,<0.22" isort = "^5.11.5" -pep8-naming = "^0.13.3" +pep8-naming = ">=0.13.3,<0.15.0" pyupgrade = "^3.3.1" # Tests pytest = ">=7.3,<9.0"