From 15bce4deae16203a8afc44939722924bbe2ac5c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 16:02:48 +0000 Subject: [PATCH] fix(deps): update dependency pylint to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6b1ce0..a6802d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "flake8", "flake8-pyproject", "pre-commit==3.6.0", - "pylint==3.0.3", + "pylint==4.0.6", "pylint_junit", "pytest-cov==4.1.0", "pytest-mock<3.12.1",