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.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2022
1 parent d67ff29 commit eafb90e
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 @@ -328,7 +328,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 eafb90e

Please sign in to comment.