diff --git a/poetry.lock b/poetry.lock index 90c5be4..881aac4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,13 +639,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.6" +version = "3.2.7" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, - {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, + {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, + {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "8e4c14622e0ce9c7346c1a0c73e7860f94b6fb9cc4f8039d07d716a49b98544b" +content-hash = "e44422e794dfcd1015194f13705fffe99793926c60cedb1d49ed8f05f4cdb9b7" diff --git a/pyproject.toml b/pyproject.toml index 42900f0..242f001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ rope = "1.13.0" pydocstyle = "6.3.0" pycodestyle = "2.12.1" mock = "5.1.0" -pylint = "3.2.6" +pylint = "3.2.7" setuptools-scm = "8.1.0" Sphinx = "7.4.7" responses = "^0.25.0"