From c60aa9f8cb9a09300af71ff4c30bf7dbbca66b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:05:02 +0000 Subject: [PATCH] Bump pydantic from 2.10.4 to 2.10.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 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.10.4...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7714b8a9c..9f873d2f1 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'yamllint==1.35.1', 'moto>=4.0,<6', 'fastapi==0.115.6', - 'pydantic==2.10.4', + 'pydantic==2.10.5', 'uvicorn==0.34.0', 'pytest-split==0.10.0', ]