summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 06:12:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 07:17:57 -0500
commit87b7dfb48d9630df6f476c26330fc6ad340bb6a6 (patch)
treee5e98c399be2afc6f91da98ff76eebb1a524057e
parentc27e0a97980ac5c0fb2cba0812b429a575227104 (diff)
downloadpython-coveragepy-git-nedbat/upgrade.tar.gz
-rw-r--r--requirements/pip.pip4
-rw-r--r--requirements/pytest.pip5
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip3
4 files changed, 8 insertions, 6 deletions
diff --git a/requirements/pip.pip b/requirements/pip.pip
index 01ee89bb..c7c4895f 100644
--- a/requirements/pip.pip
+++ b/requirements/pip.pip
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-pip==20.2.2
-virtualenv==20.0.31
+pip==20.2.4
+virtualenv==20.2.1
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 5149e073..43d4efe5 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -5,8 +5,9 @@
# 4.x is last to support py2
pytest==4.6.11
-pytest-xdist==1.32.0
-flaky==3.6.1
+# 1.34 is last to support py2
+pytest-xdist==1.34.0
+flaky==3.7.0
# 4.x is py3-only
mock==3.0.5
# Use a fork of PyContracts that supports Python 3.9
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 7ba31f44..0e0f20f2 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -2,4 +2,4 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# The version of tox used by coverage.py
-tox==3.19.0
+tox==3.20.1
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 2fd03ad2..ae84163a 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -3,5 +3,6 @@
# Things needed to make wheels for coverage.py
+# setuptools 45.x is py3-only
setuptools==44.1.1
-wheel==0.34.2
+wheel==0.35.1