Skip to content

Commit

Permalink
Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python
Browse files Browse the repository at this point in the history
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](python-pillow/Pillow@7.1.1...9.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2022
1 parent 09129e1 commit 39451d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,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': [
Expand Down

0 comments on commit 39451d8

Please sign in to comment.