From ca7c3a501a7f2a41753b158c149915bdcec3ca6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:52:14 +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 6c515fb..9773733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ testing = [ ] pre-commit = [ "pre-commit==3.7.1", - "pylint==3.2.5" + "pylint==4.0.8" ] docs = [ "sphinx",