From fd1cbb2b92cdf51d0e0e533ce16c50961374058d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:01:45 -0300 Subject: [PATCH] Update dependency pydantic to ~=2.9.0 (#823) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 683175a0..a303bf42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "isort>=5.12,<5.14", "libcst>=1.1,<1.5", "packaging>=23.2,<25.0", - "pydantic~=2.8.0", + "pydantic~=2.9.0", "pylint>=3.2,<3.3", "python-json-logger~=2.0.0", "PyYAML~=6.0.0",