From bdd2d2dd8600d8841e58d40be137da811e01ba38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:54:06 +0000 Subject: [PATCH] update(deps): update dependency pylint to v3.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65ece4e..10d1da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ local_scheme = "no-local-version" [tool.hatch.envs.ci] dependencies = [ - "pylint==3.3.3", + "pylint==3.3.4", "ruff==0.9.3", ]