From 0af7a41c76915d2cbca6d414553d289ced180454 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:56:33 +0000 Subject: [PATCH] Update dependency pylint to v3.2.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71227375..cf594ed1 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.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] @@ -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 = "d2138115cfac07729c535dd447bcdda1a1e1ba49a859a82a906e3da1e2fbb8db" +content-hash = "2659c2549017e9c0fa11daa4e4b727b086c32ad2fadc0419f9f1e5a8755a6424" diff --git a/pyproject.toml b/pyproject.toml index 14874f2e..91310bf9 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.4" +pylint = "3.2.5" types-toml = "0.10.8.20240310" examples = "1.0.2" pytest-mock = "^3.8.2"