From 8d180b4f2bf5dd64116bfc09b96c93b8aeee651b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:22:36 +0000 Subject: [PATCH] pip(deps): bump pydantic from 2.11.9 to 2.11.10 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.11.10. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bfa5e33..b5056b6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ pyjwt==2.10.* requests==2.32.* python-dateutil==2.9.* fastapi==0.118.* -pydantic==2.11.9 +pydantic==2.11.10 starlette==0.48.0 python-multipart==0.0.20 python-dotenv>=0.19.0