From 64b7dbe385f0f893a3faec735a6127213c63d801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:55:07 +0000 Subject: [PATCH] Bump pydantic-settings from 2.4.0 to 2.5.2 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.2) --- 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 15bc35b..60766a7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,6 +4,6 @@ cffi==1.17.0 fastapi==0.112.2 httpx==0.27.2 pydantic==2.8.2 -pydantic-settings===2.4.0 +pydantic-settings===2.5.2 sentry-sdk==2.13.0 uvicorn==0.30.6