From d5ebf24fbe879b80c0efc95ca6b322a7f0aac757 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:45:39 +0000 Subject: [PATCH] fix(deps): update dependency pylint-pydantic to v0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef591530d..8a9f3113a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pre-commit==4.0.1", "ruff==0.8.6", "pylint==3.3.3", - "pylint-pydantic==0.3.4", + "pylint-pydantic==0.3.5", "pytest==8.3.4", ] doc = ["sphinx"]