diff --git a/poetry.lock b/poetry.lock index 0ae46f7e..f04f917a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "astroid" @@ -1189,13 +1189,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.4" +version = "3.2.5" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, - {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, + {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -1938,4 +1938,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d80ecc0b6cf886732722fb04bdc6729553c2ded9b8235f4e465ea4a1e773e1c9" +content-hash = "bdd1c96eeb7b67f37f503d46a79e0a7cc9f56dc9545f4b610ff469faa9da7ffa" diff --git a/pyproject.toml b/pyproject.toml index c60e9e2e..f889fe7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ attrs = "23.2.0" black = "24.4.2" docker = "7.1.0" pdbpp = "^0.10.3" -pylint = "3.2.4" +pylint = "3.2.5" pytest = "8.2.2" pytest-cov = "5.0.0" pytype = "2024.4.11"