From e05b924d8da33223c7374b868214d36d1a764747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:05:53 +0000 Subject: [PATCH] deps: bump pydantic from 2.11.7 to 2.12.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.12.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 14825b1..9446302 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.34.3 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20 -pydantic==2.11.7 +pydantic==2.12.4 pydantic-settings==2.1.0 pymongo==4.13.1 motor==3.7.1 diff --git a/requirements.txt b/requirements.txt index 31e9a80..b00e359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.34.3 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20 -pydantic==2.11.7 +pydantic==2.12.4 pydantic-settings==2.1.0 pymongo==4.13.1 motor==3.7.1