From 4ee9e01ee33ac0b2c871368fcc013087accd7efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:25:14 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.9.2 to 2.13.4 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.13.4. - [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.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cf73f33..556b50f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.12 starlette==0.41.3 uvicorn[standard]==0.32.0 sqlalchemy==2.0.35 -pydantic==2.9.2 +pydantic==2.13.4 psycopg2-binary==2.9.9 python-dotenv==1.2.2 httpx==0.27.0