From 3665a6a10ac139557ce12f188ddb0c61b2c149fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:05:15 +0000 Subject: [PATCH] chore: bump pydantic from 2.5.3 to 2.12.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 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.5.3...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] --- roadcoin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadcoin/requirements.txt b/roadcoin/requirements.txt index 76c79bd..a12fa4c 100644 --- a/roadcoin/requirements.txt +++ b/roadcoin/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 -pydantic==2.5.3 +pydantic==2.12.5 redis==5.0.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4