From d1f9606d05e1ef467b865e0a6adab78b627db869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:34:40 +0000 Subject: [PATCH] Bump pydantic from 1.10.7 to 2.1.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 2.1.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/v1.10.7...v2.1.1) --- updated-dependencies: - dependency-name: pydantic 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 391c47e..6b436b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ frozenlist==1.3.3 idna==3.4 multidict==6.0.4 pamqp==3.2.1 -pydantic==1.10.7 +pydantic==2.1.1 python-dotenv==1.0.0 redis==4.5.5 typing_extensions==4.5.0