From 506ff90ed4738de2c18bc4233e47bb1a3a861e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:40:40 +0000 Subject: [PATCH] Bump pillow in /lite/examples/model_personalization/converter Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.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.2.0...9.0.0) --- 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..a075ba66327 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==9.0.0 scipy==1.3.0 diff --git a/lite/examples/model_personalization/converter/setup.py b/lite/examples/model_personalization/converter/setup.py index 105ac18b89e..287fe2b8d25 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,<10.0', 'scipy>=1.3.0,<2.0', ], entry_points={