From 49417f0c9a8a73a9b74781db7c4d64e129e7aec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:52:47 +0000 Subject: [PATCH] Update dependency pylint to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60a098a..0ebcda4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ defusedxml = "^0.7.1" [tool.poetry.dev-dependencies] black = "^21.12b0" -pylint = "^2.12.2" +pylint = "^4.0.0" pytest = "^7.0.0" mypy = "^0.961"