From 5b3508e57eeb8a88cb2131ff8c04e014eff9383b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:09:08 +0000 Subject: [PATCH] Bump pydantic from 2.4.1 to 2.4.2 (#445) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.1 to 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... 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 2abebf86..03ddecf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ strict = [ "monty==2023.9.25", "moto==4.2.5", "networkx==3.1", - "pydantic==2.4.1", + "pydantic==2.4.2", "pydantic-settings==2.0.3", "pydash==7.0.6", "pydot==1.4.2",