Skip to content

Commit 283f71d

Browse files
committed
Update Python dependencies
1 parent b9a1940 commit 283f71d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=19.3.1
22
setuptools>=44.0.0;python_version<"3"
3-
setuptools>=45.0.0;python_version>="3"
4-
setuptools-scm>=3.4.1
3+
setuptools>=45.1.0;python_version>="3"
4+
setuptools-scm>=3.4.2
55
wheel>=0.33.6
66
six==1.14.0
77
nose==1.3.7
@@ -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.3;python_version>="3"
17+
pytest>=5.3.4;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.3;python_version>="3"',
99+
'pytest>=5.3.4;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)