From 374fa73fedfd04a299952f3944e9f2cf7270d51d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:49:02 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bdf7f6c7..9ad8bf20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pymdown-extensions", # linting "pre-commit >= 3.3.0, < 4.0.0", - "pylint ==3.0.3", + "pylint ==3.3.9", "pyright ==1.1.347", # notebooks tests "nbformat",