From de59135c9bc55ec6b7888c57eb32b9239137e77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:57:44 +0000 Subject: [PATCH] chore(deps): bump pydantic[email] from 2.7.0 to 2.7.1 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: pydantic[email] 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 10c7406..9f16589 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,6 +5,6 @@ fastapi==0.110.1 httpx==0.27.0 jinja2==3.1.3 jwcrypto==1.5.6 -pydantic[email]==2.7.0 +pydantic[email]==2.7.1 pydantic-settings==2.2.1 uvicorn[standard]==0.29.0