Skip to content

Commit eaf1815

Browse files
blueyedcarltongibson
authored andcommitted
tests: update dependencies.
1 parent 36d5c7e commit eaf1815

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
extras_require={
2121
'tests': [
22-
'pytest~=3.6.0',
23-
"pytest-django~=3.1",
24-
"pytest-asyncio~=0.8",
25-
"async_generator~=1.8",
26-
"async-timeout~=2.0",
27-
'coverage~=4.4',
22+
'pytest~=4.4',
23+
"pytest-django~=3.4",
24+
"pytest-asyncio~=0.10",
25+
"async_generator~=1.10",
26+
"async-timeout~=3.0",
27+
'coverage~=4.5',
2828
],
2929
},
3030
classifiers=[

0 commit comments

Comments
 (0)