summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
commit4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c (patch)
treedc8f267bb6b79d193e3e9e33e063ae522ac11cc9 /requirements
parent40063a3e8ec7e2b6fbf1a5441082d85c001dcb06 (diff)
downloadpython-coveragepy-git-4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c.tar.gz
Update requirements
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/pytest.pip8
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip3
4 files changed, 9 insertions, 8 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 415dcda2..ef467537 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,7 +4,7 @@
# Requirements for doing local development work on coverage.py.
# https://requires.io/github/nedbat/coveragepy/requirements/
-pip==18.1
+pip==19.0.3
virtualenv==16.1.0
# PyPI requirements for running tests.
@@ -19,4 +19,4 @@ readme_renderer==24.0
# for kitting.
requests==2.21.0
-twine==1.12.1
+twine==1.13.0
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 6ec37a72..0274ec05 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,12 @@
# The pytest specifics used by coverage.py
-pytest==4.0.2
+pytest==4.3.0
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.25.0
-flaky==3.4.0
+pytest-xdist==1.26.1
+flaky==3.5.3
mock==2.0.0
-PyContracts==1.8.7
+PyContracts==1.8.12
# Our testing mixins
unittest-mixins==1.6
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 0ba0e97c..81fa10dd 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -2,6 +2,6 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# The version of tox used by coverage.py
-tox==3.6.1
+tox==3.7.0
# Adds env recreation on requirements file changes.
tox-battery==0.5.1
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 5c766d59..56ced495 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -2,6 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things needed to make wheels for coverage.py
-setuptools==40.6.3
+
+setuptools==40.8.0
# pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102
wheel==0.31.1