From 032178b3119a9baf330b66635a2e9637856a9b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:35:50 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.1. - [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.8.2...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72cc22dc..12ff1e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ strict = [ "moto==4.2.13", "networkx==3.2.1", "pydantic-settings==2.4.0", - "pydantic==2.8.2", + "pydantic==2.9.1", "pydash==8.0.3", "pydot==2.0.0", "python-ulid==2.7.0",