Skip to content

Commit 9ccaf6b

Browse files
committed
Use parameterized==0.6.3
1 parent d022733 commit 9ccaf6b

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.0
16-
parameterized==0.6.1
16+
parameterized==0.6.3
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.0',
69-
'parameterized==0.6.1',
69+
'parameterized==0.6.3',
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)