From cc7ff715eb627b316212a262deac076d5e0ccf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:03:41 +0000 Subject: [PATCH] fix(deps): bump pydantic from 2.10.6 to 2.12.5 in /requirements Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.12.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...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] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 81975d7..099b333 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -5,7 +5,7 @@ SQLAlchemy==2.0.38 asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.7.1 -pydantic==2.10.6 +pydantic==2.12.5 bcrypt==4.2.1 cryptography==44.0.1 email-validator==2.2.0