From 3b883f96adf1c11f702ef2a5c4448eb689c3febf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:14:01 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 2.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 2.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.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 afa84167..5e04c342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "SQLAlchemy==2.0.17", "pyyaml==6.0", "toml==0.10.2", - "pydantic==1.10.9" + "pydantic==2.0" ] [project.urls]