From 1bbb265632d08b06db978ef50b8e9b716565f0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:59:49 +0000 Subject: [PATCH] fix(deps): bump pydantic-settings from 2.9.1 to 2.11.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.9.1 to 2.11.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.9.1...v2.11.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.11.0 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 25f4673..29c0d53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn==0.34.0 python-dotenv==1.1.0 httpx==0.28.1 pydantic==2.12.5 -pydantic-settings==2.9.1 +pydantic-settings==2.11.0 pytest>=7.4.4 pytest-asyncio>=0.25.2 python-multipart==0.0.20