From 5cd2371edc9c290ae3c7c7f9077b93552061d161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:17:51 +0000 Subject: [PATCH] Bump pydantic from 2.7.4 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 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.7.4...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-pydantic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-pydantic.txt b/dev_requirements/requirements-pydantic.txt index 852f045..d0d1e87 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.4 +pydantic==2.8.2 # via -r dev_requirements/requirements-pydantic.in -pydantic-core==2.18.4 +pydantic-core==2.20.1 # via pydantic typing-extensions==4.12.0 # via