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 d022733 commit 9ccaf6bCopy full SHA for 9ccaf6b
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.0
16
-parameterized==0.6.1
+parameterized==0.6.3
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.0',
69
- 'parameterized==0.6.1',
+ 'parameterized==0.6.3',
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