diff --git a/poetry.lock b/poetry.lock index fc72cca..126fd53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -485,13 +485,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] @@ -1015,4 +1015,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2b034bf704637ec796c3b60200eb590a4e554b8c04cbbb5557766ad8d99796d8" +content-hash = "a606a6544822a7ef676c05e99bf571678321198923bf907fce6a3df1aff8b061" diff --git a/pyproject.toml b/pyproject.toml index 038dcef..8c385ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ help = "aprs_backend:APRSHelp" pytest = "^8.1.1" coverage = {extras = ["toml"], version = ">=6.5,<8.0"} pre-commit = ">=2.12.1" -pep8-naming = "^0.13.2" +pep8-naming = ">=0.13.2,<0.15.0" reorder-python-imports = "^3.9.0" pre-commit-hooks = "^4.2.0" pyupgrade = "^3.15.2"