From 21d24f545b3ab6fe1824dab6f570ddf615241e41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:49:05 +0000 Subject: [PATCH] chore(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 7458681f..041fbe5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-cov = "^4.1.0" pytest-django = "^4.5.2" mypy = "^1.5.0" bandit = "^1.7" -pylint = "^2.0" +pylint = "^4.0.0" pycodestyle = "^2.0" pytest-asyncio = "^0.26.0" pytest-timeout = "^2.2.0"