Skip to content

Commit b100e24

Browse files
committed
Update dependencies
1 parent f41e60f commit b100e24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.2.3
2-
setuptools>=41.2.0
2+
setuptools>=41.4.0
33
wheel>=0.33.6
44
six>=1.12.0
55
nose>=1.3.7
@@ -11,8 +11,8 @@ requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
1313
pytest>=4.6.5;python_version<"3"
14-
pytest>=5.2.0;python_version>="3"
15-
pytest-cov>=2.7.1
14+
pytest>=5.2.1;python_version>="3"
15+
pytest-cov>=2.8.1
1616
pytest-forked>=1.0.2
1717
pytest-html==1.22.0
1818
pytest-metadata>=1.8.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
'selenium==3.141.0',
9595
'pluggy>=0.12.0',
9696
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
97-
'pytest>=5.2.0;python_version>="3"',
98-
'pytest-cov>=2.7.1',
97+
'pytest>=5.2.1;python_version>="3"',
98+
'pytest-cov>=2.8.1',
9999
'pytest-forked>=1.0.2',
100100
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
101101
'pytest-metadata>=1.8.0',

0 commit comments

Comments
 (0)