Skip to content

Commit 80534ec

Browse files
committed
Set parameterized>=0.7.0
1 parent c3ee9b8 commit 80534ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
1414
pytest-rerunfailures>=6.0
1515
pytest-xdist>=1.26.1
16-
parameterized==0.6.3
16+
parameterized>=0.7.0
1717
beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'pytest-html>=1.20.0',
6767
'pytest-rerunfailures>=6.0',
6868
'pytest-xdist>=1.26.1',
69-
'parameterized==0.6.3',
69+
'parameterized>=0.7.0',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',

0 commit comments

Comments
 (0)