From 2fa5f194c293f4cdadf6f98957347b9ae18c0cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 03:05:18 +0000 Subject: [PATCH] Bump pillow in /lite/examples/model_personalization/converter Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lite/examples/model_personalization/converter/requirements.txt | 2 +- lite/examples/model_personalization/converter/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/examples/model_personalization/converter/requirements.txt b/lite/examples/model_personalization/converter/requirements.txt index 5555fc69294..5b3aa7a9aa2 100644 --- a/lite/examples/model_personalization/converter/requirements.txt +++ b/lite/examples/model_personalization/converter/requirements.txt @@ -1,3 +1,3 @@ tensorflow==2.0.0rc0 -Pillow==6.2.0 +Pillow==8.3.2 scipy==1.3.0 diff --git a/lite/examples/model_personalization/converter/setup.py b/lite/examples/model_personalization/converter/setup.py index 105ac18b89e..c9b1c3aa83d 100644 --- a/lite/examples/model_personalization/converter/setup.py +++ b/lite/examples/model_personalization/converter/setup.py @@ -26,7 +26,7 @@ packages=find_packages(), install_requires=[ 'tensorflow==2.0.0rc0', - 'Pillow>=6.1.0,<7.0', + 'Pillow>=6.1.0,<9.0', 'scipy>=1.3.0,<2.0', ], entry_points={