From b8a5efbca067529e8517bc2f83bf9714c1efa07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:28:40 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.3.2 in /ml/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 8.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: pillow 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..b58c245 --- a/ml/app/requirements.txt +++ b/ml/app/requirements.txt @@ -1,5 +1,5 @@ tensorflow==1.14.0 -pillow==6.1.0 +pillow==8.3.2 numpy==1.17.0 flask==0.12.4 flask-cors==3.0.8