From 60b5fc2fd3057402c3c586984df7f79028937df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:45:50 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.2.1 to 2.3.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c210059..4dd9f82 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,5 +6,5 @@ httpx==0.27.0 jinja2==3.1.4 jwcrypto==1.5.6 pydantic[email]==2.7.3 -pydantic-settings==2.2.1 +pydantic-settings==2.3.1 uvicorn[standard]==0.30.1