From bc2dcb1fa8ea102fae0aa44261756060b54a989e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:34:22 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.5.2 to 2.15.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.5.2 to 2.15.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.5.2...v2.15.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.15.0 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 703460c..97e9eff 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.30.6 sqlalchemy==2.0.52 psycopg[binary]==3.3.5 alembic==1.19.1 -pydantic-settings==2.5.2 +pydantic-settings==2.15.0 python-jose[cryptography]==3.5.0 passlib[argon2]==1.7.4 cryptography==50.0.1