From 967a23925a05333a571cbed5cbe82051eb3b4e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:55:34 +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.1. - [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.1) --- 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..0fb99198c5c 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.1 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={