From 76f9bd6633d51995181c290bffb06aa8ecf15156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:27:13 +0000 Subject: [PATCH] Bump pydantic[email] from 2.1.1 to 2.4.0 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 2.1.1 to 2.4.0. - [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.1.1...v2.4.0) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1e032f..65ba9f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -131,13 +131,13 @@ psycopg2-binary==2.9.6 # via -r requirements.in pycparser==2.21 # via cffi -pydantic[email]==2.1.1 +pydantic[email]==2.4.0 # via # -r requirements.in # fastapi # pydantic-extra-types # pydantic-settings -pydantic-core==2.4.0 +pydantic-core==2.10.0 # via pydantic pydantic-extra-types==2.0.0 # via fastapi