Skip to content

Commit fbea754

Browse files
committed
Update pytest and wheel
1 parent 648b65b commit fbea754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.0.2
22
setuptools>=44.0.0;python_version<"3"
33
setuptools>=45.1.0;python_version>="3"
44
setuptools-scm>=3.4.3
5-
wheel>=0.34.1
5+
wheel>=0.34.2
66
six==1.14.0
77
nose==1.3.7
88
ipdb==0.12.3
@@ -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"
17-
pytest>=5.3.4;python_version>="3"
17+
pytest>=5.3.5;python_version>="3"
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
@@ -96,7 +96,7 @@
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
9898
'pytest>=4.6.9;python_version<"3"', # For Python 2 compatibility
99-
'pytest>=5.3.4;python_version>="3"',
99+
'pytest>=5.3.5;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
102102
'pytest-html==1.22.1;python_version<"3.6"',

0 commit comments

Comments
 (0)