From 9073f7376f02dc2a59286ab7ea81222775a9dce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:19:12 +0000 Subject: [PATCH] Bump pydantic from 2.8.0 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.8.2. - [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.0...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 797ec42d..75bb4d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ strict = [ "moto==4.2.13", "networkx==3.2.1", "pydantic-settings==2.3.4", - "pydantic==2.8.0", + "pydantic==2.8.2", "pydash==8.0.1", "pydot==2.0.0", "python-ulid==2.7.0",