Skip to content

Commit

Permalink
Update pillow requirement from ==10.4.* to ==11.0.*
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@10.4.0...11.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 9c198ee commit 09b9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'django-localflavor==4.0',
'django-cors-headers',
'reportlab==4.2.*',
'Pillow==10.4.*',
'Pillow==11.0.*',
'pypdf==5.1.*',
'django-libsass==0.9',
'libsass==0.23.*',
Expand Down

0 comments on commit 09b9608

Please sign in to comment.