Skip to content

Commit 6274e5a

Browse files
authored
chore: Bump Pillow for a CVE (#520)
1 parent 1d799b9 commit 6274e5a

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.89
2+
* Upgrade Pillow to 11.3.0 to address a CVE
3+
14
## 0.0.88
25
* Return 422 HTTP code when PDF can't be processed
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.88" # pragma: no cover
1+
__version__ = "0.0.89" # pragma: no cover

preprocessing-pipeline-family.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: general
2-
version: 0.0.88
2+
version: 0.0.89

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pi-heif==0.22.0
214214
# via unstructured
215215
pikepdf==9.8.1
216216
# via unstructured
217-
pillow==11.2.1
217+
pillow==11.3.0
218218
# via
219219
# matplotlib
220220
# pdf2image

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ pikepdf==9.8.1
532532
# via
533533
# -r requirements/base.txt
534534
# unstructured
535-
pillow==11.2.1
535+
pillow==11.3.0
536536
# via
537537
# -r requirements/base.txt
538538
# matplotlib

0 commit comments

Comments
 (0)