We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ee9b8 commit 80534ecCopy full SHA for 80534ec
requirements.txt
@@ -13,7 +13,7 @@ pytest-cov>=2.6.1
13
pytest-html>=1.20.0
14
pytest-rerunfailures>=6.0
15
pytest-xdist>=1.26.1
16
-parameterized==0.6.3
+parameterized>=0.7.0
17
beautifulsoup4>=4.6.0
18
colorama==0.4.1
19
pyotp>=2.2.7
setup.py
@@ -66,7 +66,7 @@
66
'pytest-html>=1.20.0',
67
'pytest-rerunfailures>=6.0',
68
'pytest-xdist>=1.26.1',
69
- 'parameterized==0.6.3',
+ 'parameterized>=0.7.0',
70
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
71
'colorama==0.4.1',
72
'pyotp>=2.2.7',
0 commit comments