From 46cf1f7ec97cd66322cacb1654b1ce17a5cdacf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:57:51 +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 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",