From 1260af59704b2d85461c4f02c5c41ad2f30011fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:15:04 +0000 Subject: [PATCH] fix(deps): bump pydantic-settings from 2.1.0 to 2.7.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.7.1) --- updated-dependencies: - dependency-name: pydantic-settings 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 22bb20b..550bb59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn==0.34.0 python-dotenv==1.0.0 httpx==0.28.1 pydantic==2.10.6 -pydantic-settings==2.1.0 +pydantic-settings==2.7.1 pytest==7.4.4 pytest-asyncio==0.23.3 python-multipart==0.0.20