From f353b6587005ffd7cccf5144ea1472f00030fd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:24:29 +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 c14d919..054cc45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.68.1 -pydantic==1.4 +pydantic==1.6.2 SQLAlchemy==1.3.13 uvicorn==0.11.7 gunicorn==20.0.4