Skip to content

Commit a572cee

Browse files
committed
Update tox dependencies
1 parent 4162527 commit a572cee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ extras =
99
py{35,36,37}: async
1010
py{35,36,37}: tornado
1111
deps =
12-
py{35,36,37}: aioresponses==0.4.2
13-
py{35,36,37}: aiohttp==3.2.1
14-
py{35,36,37}: pytest-asyncio==0.5.0
12+
py{35,36,37}: aioresponses==0.5.0
13+
py{35,36,37}: aiohttp==3.4.4
14+
py{35,36,37}: pytest-asyncio==0.9.0
1515
commands = coverage run --parallel -m pytest {posargs}
1616

1717

0 commit comments

Comments
 (0)