From 41b9ce843c12d94f212f8392664fc0e3f10ce0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:54:49 +0000 Subject: [PATCH] Bump pydantic-settings from 2.2.1 to 2.4.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.4.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 950313e..c953887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ gunicorn==23.0.0 wheel==0.44.0 fastapi==0.111.0 uvicorn[standard]==0.30.1 -pydantic-settings===2.2.1 \ No newline at end of file +pydantic-settings===2.4.0 \ No newline at end of file