From 362e36e2647c1ad94e236968baccabcd9935c8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:05:05 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.11.7 to 2.12.5 in /apps/api Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.12.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.11.7...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index fde65d3..7648fce 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 -pydantic==2.11.7 +pydantic==2.12.5 redis==6.4.0 python-multipart==0.0.22 psycopg[binary]==3.2.9