Skip to content

Commit 417aaf7

Browse files
committed
Refresh optional Python dependencies
1 parent daef25f commit 417aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
# (An optional library for image-processing.)
239239
"pillow": [
240240
'Pillow==9.5.0;python_version<"3.8"',
241-
'Pillow==10.0.0;python_version>="3.8"',
241+
'Pillow==10.0.1;python_version>="3.8"',
242242
],
243243
# pip install -e .[psutil]
244244
"psutil": [

0 commit comments

Comments
 (0)