From d0fa2f877b0dda9c68e0d4f736e0396da82bc582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:04:38 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /ml_model Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 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.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_model/requirements.txt b/ml_model/requirements.txt index 121e447..de6c5ee 100644 --- a/ml_model/requirements.txt +++ b/ml_model/requirements.txt @@ -8,7 +8,7 @@ joblib==0.13.2 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 Markdown==3.1.1 -numpy==1.16.0 +numpy==1.22.0 pandas==0.25.1 protobuf==3.9.2 python-dateutil==2.8.0