From 24be455515338025c03c8b1a54712bb15564239e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:58:46 +0000 Subject: [PATCH] build(deps): bump pydantic-settings from 2.13.1 to 2.14.2 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.13.1 to 2.14.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.13.1...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3cd83ff..f949379 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.135.1 mysql-connector-python==9.6.0 pydantic==2.12.5 -pydantic-settings==2.13.1 +pydantic-settings==2.14.2 requests==2.32.5 SQLAlchemy==2.0.48 uvicorn==0.41.0