From f89ff914558d3eeb3a67c5695c4881f1fba8f222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:34:09 +0000 Subject: [PATCH] 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 1e91e07..b6112f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ testing = [ pre-commit = [ "pre-commit==3.7.1", - "pylint==3.3.8" + "pylint==3.3.9" ] docs = [ "sphinx",