From 39b1fa41c0d1104fbe61de570385f988ec527c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:19:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbf02d9..4050424 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.5 # via migmose (pyproject.toml) pydantic-core==2.23.4 # via pydantic