diff --git a/poetry.lock b/poetry.lock index 0b5d7ee8..3db8d683 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,13 +1552,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] @@ -2563,4 +2563,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "c4a325bd8f69e1f4cd6768026ac272b3ae3adf095dcb51617d36e06958bc6b77" +content-hash = "d2138115cfac07729c535dd447bcdda1a1e1ba49a859a82a906e3da1e2fbb8db" diff --git a/pyproject.toml b/pyproject.toml index 96d92d77..14874f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ responses = "0.25.3" black = "24.4.2" pyfakefs = "5.5.0" pytest-cov = "5.0.0" -pylint = "3.2.3" +pylint = "3.2.4" types-toml = "0.10.8.20240310" examples = "1.0.2" pytest-mock = "^3.8.2"