From 98f4784d337656fb6da6ba98e055a5f8e63c3844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:26:42 +0000 Subject: [PATCH] chore: update dependency pylint to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a83fa80..858ec8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ setuptools = "^65.0.0" pytest = "^7.1" black = "^22.3.0" coveralls = "^3.0.1" -pylint = "^2.6.0" +pylint = "^4.0.0" pep8 = "^1.7.1" pre-commit = "^2.9.3" pytest-cov = "^3.0.0"