From 617be6701096fb174672c3d7ae0f1924412449ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:42:19 +0000 Subject: [PATCH] Bump pydantic from 1.7.2 to 1.7.4 in /FastAPIDocker Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.2 to 1.7.4. - [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.7.2...v1.7.4) Signed-off-by: dependabot[bot] --- FastAPIDocker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastAPIDocker/requirements.txt b/FastAPIDocker/requirements.txt index 73f18d0..d4fbefb 100644 --- a/FastAPIDocker/requirements.txt +++ b/FastAPIDocker/requirements.txt @@ -1,6 +1,6 @@ click==7.1.2 fastapi==0.61.2 h11==0.11.0 -pydantic==1.7.2 +pydantic==1.7.4 starlette==0.13.6 uvicorn==0.12.2