From 2d71539c3512703eccc87ae5f7c14666fb061847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:36:08 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 in /ml/app Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ml/app/requirements.txt diff --git a/ml/app/requirements.txt b/ml/app/requirements.txt old mode 100755 new mode 100644 index 196ab7b..9b64c73 --- a/ml/app/requirements.txt +++ b/ml/app/requirements.txt @@ -1,5 +1,5 @@ tensorflow==1.14.0 pillow==6.1.0 -numpy==1.17.0 +numpy==1.22.0 flask==0.12.4 flask-cors==3.0.8