Skip to content

Commit

Permalink
Update pillow requirement from <11.1,>=9.2 to >=9.2,<11.2 (#2807)
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@9.2.0...11.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent ee8c513 commit cb868de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"flask-script>=2.0.5,<3.0",
"flask-babel>=1.0,<4.1",
"arrow>=0.4,<=1.3.0",
"pillow>=9.2,<11.1",
"pillow>=9.2,<11.2",
"bcrypt>=3.1.1,<4.3",
"blinker>=1.3,<1.10",
"celery[redis]>=5.2.7,<5.5",
Expand Down

0 comments on commit cb868de

Please sign in to comment.