From 923b5e72230a151f054ceedbe4ff2618b7149651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:05:47 +0000 Subject: [PATCH] Bump pydantic from 2.6.4 to 2.7.0 (#587) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.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/v2.6.4...v2.7.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e0fe2c8..e8ae118f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ strict = [ "moto==4.2.13", "networkx==3.2.1", "pydantic-settings==2.2.1", - "pydantic==2.6.4", + "pydantic==2.7.0", "pydash==8.0.0", "pydot==2.0.0", "python-ulid==2.4.0.post0",