From 59a0dfdc18381b53cb8dd9dd2787d9568489885c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:44:08 +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 66d0bff085..364601f1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "flake8==7.3.0", "pre-commit==4.5.0", "ruff==0.14.7", - "pylint==4.0.3", + "pylint==4.0.4", "pytest==9.0.1", ] doc = ["sphinx"]