Skip to content

Commit 1509034

Browse files
committed
Update the pytest dependency
1 parent 5b37aac commit 1509034

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
@@ -14,7 +14,7 @@ selenium==3.141.0
1414
pluggy==0.13.1
1515
attrs>=19.3.0
1616
pytest==4.6.9;python_version<"3.5"
17-
pytest==5.3.5;python_version>="3.5"
17+
pytest==5.4.2;python_version>="3.5"
1818
pytest-cov==2.8.1
1919
pytest-forked==1.1.3
2020
pytest-html==1.22.1;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'pluggy==0.13.1',
9999
'attrs>=19.3.0',
100100
'pytest==4.6.9;python_version<"3.5"',
101-
'pytest==5.3.5;python_version>="3.5"',
101+
'pytest==5.4.2;python_version>="3.5"',
102102
'pytest-cov==2.8.1',
103103
'pytest-forked==1.1.3',
104104
'pytest-html==1.22.1;python_version<"3.6"',

0 commit comments

Comments
 (0)