Skip to content

Commit 7d9334f

Browse files
committed
Refresh optional Python dependencies
1 parent 8dc0b59 commit 7d9334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
# (An optional library for image-processing.)
244244
"pillow": [
245245
'Pillow==9.5.0;python_version<"3.8"',
246-
'Pillow==10.1.0;python_version>="3.8"',
246+
'Pillow==10.2.0;python_version>="3.8"',
247247
],
248248
# pip install -e .[psutil]
249249
"psutil": [

0 commit comments

Comments
 (0)