From 75110c9bd2ce894d70b8e2117722a3c1bc3ebd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:45:08 +0000 Subject: [PATCH] Bump numpy from 1.19.1 to 1.22.0 in /predict_house_price Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- predict_house_price/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict_house_price/requirements.txt b/predict_house_price/requirements.txt index b4ef68d..ee5dfbc 100644 --- a/predict_house_price/requirements.txt +++ b/predict_house_price/requirements.txt @@ -5,7 +5,7 @@ itsdangerous==1.1.0 Jinja2==2.11.2 joblib==0.16.0 MarkupSafe==1.1.1 -numpy==1.19.1 +numpy==1.22.0 scikit-learn==0.23.2 scipy==1.5.2 threadpoolctl==2.1.0