From 9a45edba224998df1eaf96ab758208e0c8b81b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:02:03 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.3.1 to 2.3.3 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch ... 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 ad4bf3b..0850af0 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.4 -pydantic-settings==2.3.1 +pydantic-settings==2.3.3 uvicorn[standard]==0.30.1