Skip to content

Commit 9005c4f

Browse files
committed
Refresh optional Python dependencies
1 parent 26ab1bc commit 9005c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@
239239
# (An optional library for image-processing.)
240240
"pillow": [
241241
'Pillow==9.5.0;python_version<"3.8"',
242-
'Pillow==10.0.1;python_version>="3.8"',
242+
'Pillow==10.1.0;python_version>="3.8"',
243243
],
244244
# pip install -e .[psutil]
245245
"psutil": [
246-
"psutil==5.9.5",
246+
"psutil==5.9.6",
247247
],
248248
# pip install -e .[selenium-wire]
249249
"selenium-wire": [

0 commit comments

Comments
 (0)