diff --git a/poetry.lock b/poetry.lock index b7b51a7..d24546d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -200,14 +200,14 @@ files = [ [[package]] name = "pep8-naming" -version = "0.15.0" +version = "0.15.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pep8_naming-0.15.0-py3-none-any.whl", hash = "sha256:2ce36937ff0421d871a634f4a0c2af06f994fe22c9055ea9813ca72d562754da"}, - {file = "pep8_naming-0.15.0.tar.gz", hash = "sha256:a637ee5144f7585c800b1fc6eeb996fa35a2ef0f2690880a9e1b29cb9f6e8359"}, + {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] @@ -321,4 +321,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "c642863aab3a3086b445465cd437ee41da8ca2c07b9b7fc506310595bbad02ff" +content-hash = "09cd16900088aae9be5f6f952ea470435912c1959b634266662ff581f17e2533" diff --git a/pyproject.toml b/pyproject.toml index 0024bab..e4378de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] black = "^25.1" flake8 = "^7.2.0" -pep8-naming = "^0.15.0" +pep8-naming = "^0.15.1" codespell = "^2.4.1" pytest = "8.3.5" invoke = "2.2.0"