From 41e43d317ca002fb7f99658de692feded93c3e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:19:11 +0000 Subject: [PATCH] Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<12 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...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 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 7525177a5b26..1ceca6c96d58 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -337,7 +337,7 @@ def get_portability_package_data(): 'needle>=0.5.0,<1', 'chromedriver-binary>=100,<111', # use a fixed major version of PIL for different python versions - 'pillow>=7.1.1,<8', + 'pillow>=7.1.1,<12', ], 'aws': ['boto3 >=1.9'], 'azure': [