From 665b8ed85f83fe9d0213d08f68fd596810eeb460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:49:45 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.1.1 in /ml/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 8.1.1. - [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...8.1.1) 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..971c0dd --- a/ml/app/requirements.txt +++ b/ml/app/requirements.txt @@ -1,5 +1,5 @@ tensorflow==1.14.0 -pillow==6.1.0 +pillow==8.1.1 numpy==1.17.0 flask==0.12.4 flask-cors==3.0.8