From 132390bbcfc31d5c2603fa1bfd8c46b6aa3c3b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:48:29 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.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.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d46cb9679..d5ca6b72b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.16 # via sphinx -annotated-types==0.5.0 +annotated-types==0.7.0 # via pydantic babel==2.15.0 # via sphinx @@ -50,11 +50,11 @@ packaging==24.0 # via sphinx pycparser==2.21 # via cffi -pydantic==2.8.2 +pydantic==2.9.2 # via # -r docs/requirements.in # bo4e-schema-tool -pydantic-core==2.20.1 +pydantic-core==2.23.4 # via pydantic pygithub==2.2.0 # via bo4e-schema-tool diff --git a/requirements.txt b/requirements.txt index cc5fbe406..3dee20796 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile requirements.in # -annotated-types==0.5.0 +annotated-types==0.7.0 # via pydantic iso3166==2.1.1 # via -r requirements.in -pydantic==2.8.2 +pydantic==2.9.2 # via -r requirements.in -pydantic-core==2.20.1 +pydantic-core==2.23.4 # via pydantic pyhumps==3.8.0 # via -r requirements.in