From 04c9bad080d44bb2a2d05daf91ecd6d7d0a5e115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:54:22 +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 fb7a128..11a652c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ # mypy>=1.11.0 crashes when used with pydantic-settings on Python 3.9, # see: https://github.com/python/mypy/issues/17535 "mypy<1.11.0; python_version <= '3.9'", - "pylint==3.3.8", + "pylint==3.3.9", "types-PyYAML", "types-filelock", "types-freezegun",