From 71939ed463ac36f9088821cadefec9555f800552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:10:15 +0000 Subject: [PATCH] Bump pydantic-settings from 2.4.0 to 2.7.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.4.0 to 2.7.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.7.0) --- 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 2cc0e5e..60344cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ gunicorn==23.0.0 wheel==0.44.0 fastapi==0.115.0 uvicorn[standard]==0.30.6 -pydantic-settings===2.4.0 \ No newline at end of file +pydantic-settings===2.7.0 \ No newline at end of file