From c4dfa1ffc3b5315e2e03070ce564e5b07f9b9585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:27:12 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.7.1 to 2.14.2 in /backend Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.14.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 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 960d38f..4136023 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 pydantic==2.13.4 -pydantic-settings==2.7.1 +pydantic-settings==2.14.2 httpx==0.28.1 redis==8.0.1 torch