Skip to content

Commit 45b07a4

Browse files
committed
updating pillow
1 parent cc26be3 commit 45b07a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/cli/commands/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def dependencies():
1616

1717
if not six.JYTHON:
1818
yield ("numpy", not six.PY2 and "1.15.3" or None)
19-
yield ("pillow", "5.3.0")
19+
yield ("pillow", "7.1.2")
2020
yield ("requests", "2.20.0")
2121
yield ("oauthlib", "2.1.0")
2222
yield ("pyzmq", "17.1.2")

0 commit comments

Comments
 (0)