From 02ec945a965584d26512eb5b424028c31da897e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:45:59 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 2.1.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 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.11...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 dd079329f..5ac592a3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ sdnotify==0.3.2 # API Server fastapi==0.100.1 -pydantic==1.10.11 +pydantic==2.1.1 uvicorn==0.23.2 pyjwt==2.8.0 aiofiles==23.1.0