From 23af9e5095edec482c9e800bacd56cbe9a9e7d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:18:50 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 9.3.0 in /ml/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...9.3.0) --- 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..e9d0019 --- a/ml/app/requirements.txt +++ b/ml/app/requirements.txt @@ -1,5 +1,5 @@ tensorflow==1.14.0 -pillow==6.1.0 +pillow==9.3.0 numpy==1.17.0 flask==0.12.4 flask-cors==3.0.8