From b2205b275b2e1c252b20c9ad9940435aae822c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:03:34 +0000 Subject: [PATCH] fix(deps): bump pydantic-settings from 2.7.1 to 2.12.0 in /requirements Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.12.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.12.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.12.0 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..046efb1 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -4,7 +4,7 @@ python-multipart==0.0.20 SQLAlchemy==2.0.38 asyncpg==0.30.0 passlib==1.7.4 -pydantic-settings==2.7.1 +pydantic-settings==2.12.0 pydantic==2.10.6 bcrypt==4.2.1 cryptography==44.0.1