diff --git a/poetry.lock b/poetry.lock index a8933d70..7c7f208c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1753,14 +1753,14 @@ tests = ["pytest (>=9)", "typing-extensions (>=4.15)"] [[package]] name = "pep8-naming" -version = "0.14.1" +version = "0.15.1" 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.1-py3-none-any.whl", hash = "sha256:eb63925e7fd9e028c7f7ee7b1e413ec03d1ee5de0e627012102ee0222c273c86"}, + {file = "pep8_naming-0.15.1.tar.gz", hash = "sha256:f6f4a499aba2deeda93c1f26ccc02f3da32b035c8b2db9696b730ef2c9639d29"}, ] [package.dependencies] @@ -2943,4 +2943,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "35ad25cf82aafa77a2caafc7b189f56b62b826b8bd9f4bbbd1d504ff1a9a8d5c" +content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" diff --git a/pyproject.toml b/pyproject.toml index a2e46381..3b7efdbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "^1.9.0" flake8 = ">=6,<8" flake8-type-checking = ">=2.9,<4.0" isort = "^5.13.2" -pep8-naming = "^0.14.1" +pep8-naming = ">=0.14.1,<0.16.0" SQLAlchemy = "^2.0.30" psycopg = "^3.3.1" psycopg-binary = "^3.3.1"