Skip to content

Commit 07140c0

Browse files
committed
Update pytest-html to >= 1.20.0
1 parent 6dc68f5 commit 07140c0

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
@@ -10,7 +10,7 @@ requests==2.21.0
1010
urllib3==1.24.1
1111
pytest>=4.1.1
1212
pytest-cov>=2.6.1
13-
pytest-html>=1.19.0
13+
pytest-html>=1.20.0
1414
pytest-rerunfailures>=6.0
1515
pytest-xdist>=1.26.0
1616
parameterized==0.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
6464
'pytest>=4.1.1',
6565
'pytest-cov>=2.6.1',
66-
'pytest-html>=1.19.0',
66+
'pytest-html>=1.20.0',
6767
'pytest-rerunfailures>=6.0',
6868
'pytest-xdist>=1.26.0',
6969
'parameterized==0.6.1',

0 commit comments

Comments
 (0)