From 5a695667943ef08632624e8c216c290a53c6b8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:17:05 +0000 Subject: [PATCH] Bump pydantic from 2.7.2 to 2.7.3 (#14) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.3. - [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.7.2...v2.7.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-pydantic.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements/requirements-pydantic.txt b/dev_requirements/requirements-pydantic.txt index 79578d4..eefd1e2 100644 --- a/dev_requirements/requirements-pydantic.txt +++ b/dev_requirements/requirements-pydantic.txt @@ -6,9 +6,9 @@ # annotated-types==0.7.0 # via pydantic -pydantic==2.7.2 - # via -r requirements-pydantic.in -pydantic-core==2.18.3 +pydantic==2.7.3 + # via -r dev_requirements/requirements-pydantic.in +pydantic-core==2.18.4 # via pydantic typing-extensions==4.12.0 # via