From 139c8f9b38c73b21a4adc450df6489651605711f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:27:56 +0000 Subject: [PATCH] Bump pydantic from 1.7.2 to 1.7.4 in /Modeling_App/config 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] --- Modeling_App/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modeling_App/config/requirements.txt b/Modeling_App/config/requirements.txt index 8a67af3..be1fb02 100644 --- a/Modeling_App/config/requirements.txt +++ b/Modeling_App/config/requirements.txt @@ -4,7 +4,7 @@ Cython==0.29.21 onnx==1.8.0 onnxconverter-common==1.7.0 onnxruntime==1.5.2 -pydantic==1.7.2 +pydantic==1.7.4 scikit-learn scipy==1.5.4 starlette==0.13.6