Skip to content

Commit 4f8e7d8

Browse files
committed
Upgrades
1 parent 9169aea commit 4f8e7d8

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

requirements/pip.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

4-
pip==20.2.2
5-
virtualenv==20.0.31
4+
pip==20.2.4
5+
virtualenv==20.2.1

requirements/pytest.pip

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
# 4.x is last to support py2
77
pytest==4.6.11
8-
pytest-xdist==1.32.0
9-
flaky==3.6.1
8+
# 1.34 is last to support py2
9+
pytest-xdist==1.34.0
10+
flaky==3.7.0
1011
# 4.x is py3-only
1112
mock==3.0.5
1213
# Use a fork of PyContracts that supports Python 3.9

requirements/tox.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# The version of tox used by coverage.py
5-
tox==3.19.0
5+
tox==3.20.1

requirements/wheel.pip

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
# Things needed to make wheels for coverage.py
55

6+
# setuptools 45.x is py3-only
67
setuptools==44.1.1
7-
wheel==0.34.2
8+
wheel==0.35.1

0 commit comments

Comments
 (0)