From 335934e3bee7ae3f8bc3dcc20077e367068fc2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:05:11 +0000 Subject: [PATCH] Bump pydantic[email] from 1.10.9 to 2.0.2 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 1.10.9 to 2.0.2. - [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/v1.10.9...v2.0.2) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 339c769..5ca7e75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ boto3==1.26.39 fastapi==0.98.0 numpy==1.25.0 -pydantic[email]==1.10.9 +pydantic[email]==2.0.2 python-dotenv==1.0.0 uvicorn==0.22.0