diff --git a/poetry.lock b/poetry.lock index 5cc6d4d..54171fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,13 +720,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -1159,4 +1159,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c1f3fef003e327a99f6f961fbe46ccc006f460076a4878b52130c1994fe2e2d6" +content-hash = "6d3b02b9ca252bc7a4fb462b9549d7e8043ed19247e36ea7247540e75161b117" diff --git a/pyproject.toml b/pyproject.toml index 65b9f7f..36e00ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ coverage = {version = "7.5.3", extras = ["toml"]} mypy = "1.10.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.2" +pylint = "3.2.3" pytest = "8.2.2" pytest-asyncio = "0.23.7" pytest-cov = "5.0.0"