From 468858da88456dc3b0a4c3c5af531ca23075f381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:40:13 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1. - [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.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf8a278..f54f8a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ lxml==5.3.0 # via python-docx markupsafe==3.0.2 # via jinja2 -pydantic==2.9.2 +pydantic==2.10.1 # via migmose (pyproject.toml) pydantic-core==2.23.4 # via pydantic