We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4709eb commit 9d76768Copy full SHA for 9d76768
1 file changed
wolframclient/cli/commands/test.py
@@ -23,7 +23,7 @@ def dependencies():
23
yield ("pandas", "0.23.4")
24
yield ("unittest-xml-reporting", None)
25
if not six.PY2:
26
- yield ("aiohttp", "3.4.4")
+ yield ("aiohttp", "3.6.2")
27
28
29
class Command(SimpleCommand):
0 commit comments