From 2918788fe147dcb1a69360de7d9ab03123d865f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:02:45 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 2.4.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 2.4.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.9...v2.4.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9b236ed..4c67f532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ strict = [ "monty==2023.9.5", "moto==4.2.4", "networkx==3.1", - "pydantic==1.10.9", + "pydantic==2.4.0", "pydash==7.0.6", "pydot==1.4.2", "typing-extensions==4.8.0",