From a3bf9790b1dd83e352fd6a1aac88087b86054125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 02:53:19 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 6.2.0 in /ml/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0) 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..ebed873 --- a/ml/app/requirements.txt +++ b/ml/app/requirements.txt @@ -1,5 +1,5 @@ tensorflow==1.14.0 -pillow==6.1.0 +pillow==6.2.0 numpy==1.17.0 flask==0.12.4 flask-cors==3.0.8