From fb8265e3dedeed751c0a15dfda639c98cb2500cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:02:45 +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 93350d0..aedbfee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ testing = [ pre-commit = [ "pre-commit==3.8.0", - "pylint==3.3.9" + "pylint==4.0.8" ] docs = [ "sphinx",