From af352dfdd282eec660890753e1ba54ae49b0babc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:15:23 +0000 Subject: [PATCH] chore(deps): Bump pydantic-settings from 2.12.0 to 2.13.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.12.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.12.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 920388b..2ad4c3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ uvicorn[standard]==0.40.0 # Data validation and serialization pydantic==2.12.5 -pydantic-settings==2.12.0 +pydantic-settings==2.13.1 # HTTP client for external requests httpx==0.28.1