From a431fe2373bcadaa7ed9c462463b2cde0d90fb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:02:29 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.5. - [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.9.2...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc506fd..5daefe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,9 +38,9 @@ pluggy==1.5.0 # via pytest pre-commit==4.0.1 # via -r requirements.in -pydantic==2.9.2 +pydantic==2.10.5 # via -r requirements.in -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic pygments==2.18.0 # via pdbpp @@ -60,7 +60,7 @@ text-unidecode==1.3 # via python-slugify tqdm==4.67.0 # via -r requirements.in -typing-extensions==4.12.1 +typing-extensions==4.12.2 # via # pydantic # pydantic-core