From 26980b05780aaf2ce8979c9f9411aa30509bfa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:26:15 +0000 Subject: [PATCH] Bump pydantic from 2.4.2 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.7.4. - [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.2...v2.7.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index deff6de48..0e0ab13f8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -50,11 +50,11 @@ packaging==24.0 # via sphinx pycparser==2.21 # via cffi -pydantic==2.4.2 +pydantic==2.7.4 # via # -r docs/requirements.in # bo4e-schema-tool -pydantic-core==2.10.1 +pydantic-core==2.18.4 # via pydantic pygithub==2.2.0 # via bo4e-schema-tool diff --git a/requirements.txt b/requirements.txt index fc51014c1..742179148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ annotated-types==0.5.0 # via pydantic iso3166==2.1.1 # via -r requirements.in -pydantic==2.4.2 +pydantic==2.7.4 # via -r requirements.in -pydantic-core==2.10.1 +pydantic-core==2.18.4 # via pydantic pyhumps==3.8.0 # via -r requirements.in