From 59898b8438c899415182a0e7c441bf5e138f2fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:37:11 +0000 Subject: [PATCH] build(deps): bump pydantic-settings from 2.1.0 to 2.13.1 in /backend Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-prod.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-prod.txt b/backend/requirements-prod.txt index bae86cd..fb64fba 100644 --- a/backend/requirements-prod.txt +++ b/backend/requirements-prod.txt @@ -13,7 +13,7 @@ asyncpg==0.29.0 # Validation & Settings pydantic==2.5.3 -pydantic-settings==2.1.0 +pydantic-settings==2.13.1 email-validator==2.1.0 # HTTP Client (data ingestion) diff --git a/backend/requirements.txt b/backend/requirements.txt index d672161..994375a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ alembic==1.13.1 # Validation & Serialization pydantic==2.5.3 -pydantic-settings==2.1.0 +pydantic-settings==2.13.1 email-validator==2.1.0 # Authentication