From bcbaf66ff7e4bdaea29470a3317e91328f4e1e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:54 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd055bc..3b0db9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ testing = [ pre-commit = [ "pre-commit==4.5.0", - "pylint==4.0.3" + "pylint==4.0.4" ] docs = [ "sphinx",