diff --git a/poetry.lock b/poetry.lock index c0de02c..6cb14b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1264,13 +1264,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, + {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, ] [package.dependencies] @@ -1686,4 +1686,4 @@ deprecated-verify = ["securesystemslib", "setuptools", "sigstore"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "141a1ac81cd0934d22fccab5677cf5c9511180363c2126d5f472f926babdcf27" +content-hash = "bbb74252921758e697e043667147eacb87fe736ccb70efd4421c6d3e762b1293" diff --git a/pyproject.toml b/pyproject.toml index 7c7a726..570cae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ black = "^24.4.2" isort = "^5.12.0" mypy = "^1.10" pdoc3 = "^0.11.0" -pylint = "^3.2.3" +pylint = "^3.2.4" pytest = "^8.2.2" pytest-asyncio = "^0.23.2" pytest-cov = "^5.0.0"