From 5201d3c67275a664104529a87bd37cfd27c8acea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:03:29 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 in /MLDeployment/v1 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.6.1 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.6.1...v1.6.2) Signed-off-by: dependabot[bot] --- MLDeployment/v1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLDeployment/v1/requirements.txt b/MLDeployment/v1/requirements.txt index 2af90c8..d1e8065 100644 --- a/MLDeployment/v1/requirements.txt +++ b/MLDeployment/v1/requirements.txt @@ -1,5 +1,5 @@ numpy==1.18.4 -pydantic==1.6.1 +pydantic==1.6.2 requests==2.24.0 fastapi==0.61.1 scikit_learn==0.23.2