From 2d30c97a2b5d8f00872e8ee2c380d3c255f3fad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:43:13 +0000 Subject: [PATCH] Bump pydantic-settings from 2.5.2 to 2.7.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.5.2 to 2.7.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.5.2...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 7947346..4088f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ gunicorn==23.0.0 httpx==0.27.2 psycopg2-binary==2.9.9 pydantic==2.9.2 -pydantic-settings==2.5.2 +pydantic-settings==2.7.0 sqlalchemy==2.0.35 uvicorn==0.30.6