From b3731e402295a4e889b6c9c5a0572e0975ed4451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:10:10 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.7.1 to 2.14.1 in /backend Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.14.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.14.1) --- 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 07bde20..3031303 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ python-multipart==0.0.18 # Data validation pydantic==2.10.4 -pydantic-settings==2.7.1 +pydantic-settings==2.14.1 jsonschema==4.26.0 # CORS and HTTP