From 2572f7014656e5fe55dab2aec5af6b72e796e640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:53:55 +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 3c2c265e..549a8cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", "pydantic~=2.11.5", - "pylint>=3.3,<3.4", + "pylint>=4,<4.1", "python-json-logger~=4.0.0", "PyYAML~=6.0.0", "toml~=0.10.2",