From 21e65f571e3d32513d897cfa8b1d1e60d1cf07ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:53:27 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.14.0 to 2.14.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a009bcc..f826da6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -139,7 +139,7 @@ pydantic==2.13.3 # pydantic-settings pydantic-core==2.46.3 # via pydantic -pydantic-settings==2.14.0 +pydantic-settings==2.14.1 # via mcp pyjwt==2.12.1 # via mcp