From 57c4a6b92f48add68014c8cb02b6ca9ae75a009e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:57:26 +0000 Subject: [PATCH] Bump pydantic-settings from 2.2.1 to 2.3.4 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.2.1 to 2.3.4. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.4) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a74d83b..ee832cc 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,6 +4,6 @@ cffi==1.16.0 fastapi==0.111.0 httpx==0.27.0 pydantic==2.7.2 -pydantic-settings===2.2.1 +pydantic-settings===2.3.4 sentry-sdk==2.3.1 uvicorn==0.30.0