From d9e17e5472fdb17e376775ed20b7fa36802c98d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:42:22 +0000 Subject: [PATCH] Bump pydantic from 1.4 to 1.6.2 in /backend_ddd/src 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] --- backend_ddd/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_ddd/src/requirements.txt b/backend_ddd/src/requirements.txt index 5f9a9bc..3ebdb48 100644 --- a/backend_ddd/src/requirements.txt +++ b/backend_ddd/src/requirements.txt @@ -1,7 +1,7 @@ dependency-injector==3.15.6 Flask==1.1.1 flasgger==0.9.4 -pydantic==1.4 +pydantic==1.6.2 pymongo==3.10.1 uvicorn==0.11.3