From f608339fd66fd56f2a797bba0e661f429fdc6a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:57:50 +0000 Subject: [PATCH] chore(python-deps): update dependency pylint to v4.0.8 for dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 430b3617..9d160170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ poetry-audit-plugin = "^1.0.0" poetry-plugin-export = "^1.10.0" poetry-pre-commit-plugin = "^0.2.2" pre-commit = "4.6.2" -pylint = "4.0.7" +pylint = "4.0.8" pyright = {extras = ["nodejs"], version = "1.1.411"} safety = "~3.7.0" # TODO: Remove this version pin once the issue with safety is resolved tox = "^4.18.0"