From 98caac60ffaf7227bc85dfc3159da328480c7517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:24:33 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 in /api Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 72eed0c..0c304e8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,6 +3,6 @@ Flask-BasicAuth==0.2.0 Flask-Cors==3.0.6 Flask-RESTful==0.3.6 scikit-learn==0.19.2 -numpy==1.16.2 +numpy==1.22.0 joblib==0.12.5 scipy==1.1.0 \ No newline at end of file