From 80e4de9c6674ed1eef0797ebaf08da10bdfe1a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:33:58 +0000 Subject: [PATCH] :arrow_up: Bump pydantic from 0.32.2 to 1.6.2 in /server Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 0.32.2 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.32.2...v1.6.2) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9207ddc..2eb4e90 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ click==7.0 # via uvicorn fastapi==0.42.0 h11==0.8.1 # via uvicorn -pydantic==0.32.2 # via fastapi +pydantic==1.6.2 # via fastapi starlette==0.12.9 # via fastapi uvicorn==0.11.7 websockets==8.1 # via uvicorn