From ab0d16fc02b13d51d43dd4cf50ce036a688f15a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:49:17 +0000 Subject: [PATCH] fix(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 0bfecd62bc..c1fde6b6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "flake8==7.1.1", "pre-commit==4.1.0", "ruff==0.9.3", - "pylint==3.3.3", + "pylint==3.3.4", "pylint-pydantic==0.3.5", "pytest==8.3.4", ]