Skip to content

Commit bd7601a

Browse files
author
Bilal Al
committed
updated asyncio and cov plugins versions
1 parent a7a5f5b commit bd7601a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
'pytest==7.0.1',
1010
'pytest-mock==3.11.1',
1111
'coverage==6.2',
12-
'pytest-cov',
12+
'pytest-cov==5.0.0',
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
1616
'attrs==22.1.0',
17-
'pytest-asyncio'
17+
'pytest-asyncio==0.21.0'
1818
]
1919

2020
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)