Skip to content

Commit 33f5cc6

Browse files
Update pillow requirement from ==11.0.* to ==11.2.* in /server (#336)
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@11.0.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 078ed2b commit 33f5cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matplotlib==3.9.*
1919
numpy==2.0.*
2020
orjson==3.10.*
2121
openpyxl~=3.1.4
22-
Pillow==11.0.*
22+
Pillow==11.2.*
2323
pandas==2.2.*
2424
pdf2image==1.17.*
2525
pdfrw==0.4

0 commit comments

Comments
 (0)