summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-12-28 08:18:19 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-12-28 08:18:19 -0500
commitec6dd14e4889f6ea903c3020b32bb8da5e7c54ae (patch)
treefe42556d836d68f78a68dda04a5596705ae3a52a /requirements
parentf869f4dfd7ccd2c9d4e6575d00ee3ad1a31757e3 (diff)
downloadpython-coveragepy-git-ec6dd14e4889f6ea903c3020b32bb8da5e7c54ae.tar.gz
Update requirements
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip2
-rw-r--r--requirements/pytest.pip6
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip2
4 files changed, 6 insertions, 6 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 9984c855..415dcda2 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -18,5 +18,5 @@ check-manifest==0.37
readme_renderer==24.0
# for kitting.
-requests==2.20.1
+requests==2.21.0
twine==1.12.1
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index fb45bab2..6ec37a72 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,12 @@
# The pytest specifics used by coverage.py
-pytest==3.10.1
+pytest==4.0.2
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.24.1
+pytest-xdist==1.25.0
flaky==3.4.0
mock==2.0.0
-PyContracts==1.8.6
+PyContracts==1.8.7
# Our testing mixins
unittest-mixins==1.6
diff --git a/requirements/tox.pip b/requirements/tox.pip
index eb09bd74..0ba0e97c 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.5.3
+tox==3.6.1
# Adds env recreation on requirements file changes.
tox-battery==0.5.1
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index bd4cfa10..5c766d59 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -2,6 +2,6 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things needed to make wheels for coverage.py
-setuptools==40.5.0
+setuptools==40.6.3
# pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102
wheel==0.31.1