From 9662ccc183486006e3b72e4d3a2f6473d50a8634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:14:22 +0000 Subject: [PATCH] Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python 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/7.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index dddceed4e084..ef8f4da4bb6e 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -338,7 +338,7 @@ def get_portability_package_data(): 'needle>=0.5.0,<1', 'chromedriver-binary>=100,<101', # use a fixed major version of PIL for different python versions - 'pillow>=7.1.1,<8', + 'pillow>=7.1.1,<10', ], 'aws': ['boto3 >=1.9'], 'azure': [