Skip to content

Commit f5c0a2c

Browse files
authored
chore(deps): bump pillow, django, uv to patch security vulnerabilities (#213)
* chore(deps): bump pillow from 12.1.1 to 12.2.0 in /requirements Fixes GHSA-whj4-6x5x-4v2j (CVE-2026-40192): FITS GZIP decompression bomb in Pillow. Affected versions: >= 10.3.0, < 12.2.0. * chore(deps): bump django to 6.0.4 and uv to 0.11.7 Fixes pip-audit findings blocking CI: - django 6.0.3 -> 6.0.4: CVE-2026-33033, CVE-2026-33034, CVE-2026-4292, CVE-2026-4277, CVE-2026-3902 - uv 0.10.8 -> 0.11.7: GHSA-pjjw-68hj-v9mw
1 parent 23856f7 commit f5c0a2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ packaging==26.0
142142
# pip-audit
143143
# pip-requirements-parser
144144
# pipdeptree
145-
pillow==12.1.1
145+
pillow==12.2.0
146146
# via
147147
# -c main.txt
148148
# pillow-heif
@@ -212,7 +212,7 @@ urllib3==2.6.3
212212
# via
213213
# -c main.txt
214214
# requests
215-
uv==0.11.6
215+
uv==0.11.7
216216
# via -r dev.in
217217
wagtail==7.2.3
218218
# via

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ packaging==26.0
117117
# via gunicorn
118118
pandas==3.0.1
119119
# via -r main.in
120-
pillow==12.1.1
120+
pillow==12.2.0
121121
# via
122122
# pillow-heif
123123
# wagtail

0 commit comments

Comments
 (0)