From ff73e308b1ac3f41233767f7d4ed13e9950bf9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:49:17 +0000 Subject: [PATCH] Bump pydantic from 1.4 to 1.6.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f16ca8c..89ec35a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.54.1 # API framework uvicorn==0.11.7 # API deployment tool -pydantic==1.4 +pydantic==1.6.2 python-dotenv==0.12.0 # dotenv setting files pymongo==3.10.1 # Mongo client motor==2.1.0 # Async Mongo client