Skip to content

Commit 9d76768

Browse files
committed
updating aiohttp
1 parent f4709eb commit 9d76768

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
@@ -23,7 +23,7 @@ def dependencies():
2323
yield ("pandas", "0.23.4")
2424
yield ("unittest-xml-reporting", None)
2525
if not six.PY2:
26-
yield ("aiohttp", "3.4.4")
26+
yield ("aiohttp", "3.6.2")
2727

2828

2929
class Command(SimpleCommand):

0 commit comments

Comments
 (0)