From 8076b95fe29de7408591750b9784055d1b9d4286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:48:21 +0000 Subject: [PATCH] Bump pydantic from 1.4 to 1.6.2 in /fastapi_server Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 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/v1.4...v1.6.2) Signed-off-by: dependabot[bot] --- fastapi_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_server/requirements.txt b/fastapi_server/requirements.txt index 1a6ea51..b2f1f0f 100644 --- a/fastapi_server/requirements.txt +++ b/fastapi_server/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.54.1 h11==0.9.0 httptools==0.1.1 orjson==2.6.5 -pydantic==1.4 +pydantic==1.6.2 starlette==0.13.2 uvicorn==0.11.3 uvloop==0.14.0