From e1bd415d4bf649a0a4252f7c78ceb3c77084f1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:46:20 +0000 Subject: [PATCH] Bump pydantic from 1.7.3 to 1.7.4 in /FastAPIFileUpload 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/requirements.txt | 2 +- FastAPIFileUpload/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FastAPIFileUpload/requirements.txt b/FastAPIFileUpload/requirements.txt index 4d1bf16..4916138 100644 --- a/FastAPIFileUpload/requirements.txt +++ b/FastAPIFileUpload/requirements.txt @@ -1,7 +1,7 @@ click==7.1.2 fastapi==0.62.0 h11==0.11.0 -pydantic==1.7.3 +pydantic==1.7.4 python-multipart==0.0.5 six==1.15.0 starlette==0.13.6 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