From c6efa46b4d840927e3a4a4289b26b211a16edaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:26:41 +0000 Subject: [PATCH] Bump pydantic from 0.21 to 1.6.2 in /backend Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 0.21 to 1.6.2. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](https://github.com/samuelcolvin/pydantic/compare/v0.21...v1.6.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8197ecd..d474296 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,7 +30,7 @@ prompt-toolkit==2.0.9 ptyprocess==0.6.0 py==1.8.0 pycparser==2.19 -pydantic==0.21 +pydantic==1.6.2 Pygments==2.3.1 PyJWT==1.7.1 pytest==4.4.0