diff --git a/poetry.lock b/poetry.lock index 1dfe394..6e0f107 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ files = [ [[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] @@ -1142,4 +1142,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b795ac28722f2d52fe7ab606a06dad58b79b19db864f78165609fe1879b62a9c" +content-hash = "15408b4c7c76c4071d9ccf80625f11d1019171536babba7d9118356515b7a7aa" diff --git a/pyproject.toml b/pyproject.toml index dceb9f2..2e692b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ coverage = {version = "7.5.4", extras = ["toml"]} mypy = "1.10.1" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.4" +pylint = "3.2.5" pytest = "8.2.2" pytest-asyncio = "0.23.7" pytest-cov = "5.0.0"