From c05720424bbb5fb1d4f0ff99c2bbfdd236310a9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 06:35:36 +0000 Subject: [PATCH] fix(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 c512753..98e4a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ test = [ "flake8", "flake8-pyproject", "pre-commit==3.6.0", - "pylint==3.0.3", + "pylint==3.3.9", "pylint_junit", "pytest-cov==4.1.0", "pytest-mock<3.12.1",