From 9089f2a382be2e3440aef78ddc694562fb55459f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:27:45 +0000 Subject: [PATCH] Update pillow requirement from <9.0,>=5.4.1 to >=5.4.1,<10.0 (#565) Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/5.4.1...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 626d31496..11936031c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def readme(): 'spacy[lookups]>=2.0.0, <4.0.0', 'scikit-image>=0.14.2, !=0.17.1, <0.19', # https://github.com/SeldonIO/alibi/issues/215 'requests>=2.21.0, <3.0.0', - 'Pillow>=5.4.1, <9.0', + 'Pillow>=5.4.1, <10.0', 'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.8.0', # https://github.com/SeldonIO/alibi-detect/issues/375 'attrs>=19.2.0, <22.0.0', 'scipy>=1.1.0, <2.0.0',