From 238d8ba9081564d191de8899a343f329549c0883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:39:17 +0000 Subject: [PATCH] Bump pydantic from 1.3 to 1.6.2 in /FastAPI Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.3 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.3...v1.6.2) Signed-off-by: dependabot[bot] --- FastAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastAPI/requirements.txt b/FastAPI/requirements.txt index d25b363..9423195 100644 --- a/FastAPI/requirements.txt +++ b/FastAPI/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.45.0 h11==0.9.0 httptools==0.0.13 psycopg2-binary==2.8.4 -pydantic==1.3 +pydantic==1.6.2 SQLAlchemy==1.3.12 starlette==0.12.9 typing==3.7.4.1