From bc7d61ba6ae3d841a426ef882dedfe63d755e9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:46:28 +0000 Subject: [PATCH] Bump pydantic from 1.7.3 to 1.7.4 in /FastAPIFileUpload/src Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.3 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.3...v1.7.4) Signed-off-by: dependabot[bot] --- FastAPIFileUpload/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastAPIFileUpload/src/requirements.txt b/FastAPIFileUpload/src/requirements.txt index 2bccceb..70e5014 100644 --- a/FastAPIFileUpload/src/requirements.txt +++ b/FastAPIFileUpload/src/requirements.txt @@ -1,6 +1,6 @@ click==7.1.2 fastapi==0.62.0 h11==0.11.0 -pydantic==1.7.3 +pydantic==1.7.4 starlette==0.13.6 uvicorn==0.13.1