diff --git a/poetry.lock b/poetry.lock index 9b93bf8e..60c415a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1548,13 +1548,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[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] @@ -2559,4 +2559,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "296cdb7d531f93e2d6b2630a16efd9a8d98116521db36c18b13bf4229072819f" +content-hash = "f5926be1447c9c25037431193fa3fdca6cbaa52fe0a836450b020ef87bbb34f1" diff --git a/pyproject.toml b/pyproject.toml index bfb91918..d24f2519 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ responses = "0.25.0" black = "24.4.2" pyfakefs = "5.5.0" pytest-cov = "5.0.0" -pylint = "3.2.2" +pylint = "3.2.3" types-toml = "0.10.8.20240310" examples = "1.0.2" pytest-mock = "^3.8.2"