Skip to content

Commit

Permalink
Update pillow requirement from ==10.4.* to ==11.0.* in /server (#261)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 945c6d6 commit fd017a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matplotlib==3.9.*
numpy==2.1.*
orjson==3.10.*
openpyxl~=3.1.4
Pillow==10.4.*
Pillow==11.0.*
pandas==2.2.*
pdf2image==1.17.*
pdfrw==0.4
Expand Down

0 comments on commit fd017a7

Please sign in to comment.