From b9a7648695a8b2def28a7242fa9440c89fbd7053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:53:17 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.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.9.2...v2.10.4) --- 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..c43e7e7 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.4 # 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