From 2b541f14807b17f44450800fc185a1f3eaee7335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:57:12 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4 --- api/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index d5b6e23..f796fea 100644 --- a/api/python/pyproject.toml +++ b/api/python/pyproject.toml @@ -18,7 +18,7 @@ attrs = ">=21.3.0" python-dateutil = "^2.8.0" [tool.poetry.group.dev.dependencies] -pylint = "^3.1.0" +pylint = "^4.0.0" black = "^24.2.0" mypy = "^1.8.0"