summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:41:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:41:49 -0500
commita00120b542e04d2cd84dff8c18ac6b64bdbacda5 (patch)
tree6e88b81bdb15f019118a3971dd821ac850219057
parent9f43dd3620bbfda68017eb9dc2f4926f289dfade (diff)
downloadpython-coveragepy-git-a00120b542e04d2cd84dff8c18ac6b64bdbacda5.tar.gz
Update requirements
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/dev.pip6
-rw-r--r--requirements/pytest.pip6
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip4
-rw-r--r--tox.ini2
6 files changed, 11 insertions, 11 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 8e3eed52..ebdca34f 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -4,6 +4,6 @@
doc8==0.8.0
pyenchant==2.0.0
-sphinx==1.8.1
+sphinx==1.8.2
sphinxcontrib-spelling==4.2.0
sphinx_rtd_theme==0.4.2
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 107d00e4..9984c855 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -5,7 +5,7 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
pip==18.1
-virtualenv==16.0.0
+virtualenv==16.1.0
# PyPI requirements for running tests.
-r tox.pip
@@ -15,8 +15,8 @@ virtualenv==16.0.0
greenlet==0.4.15
pylint==1.9.2
check-manifest==0.37
-readme_renderer==22.0
+readme_renderer==24.0
# for kitting.
-requests==2.19.1
+requests==2.20.1
twine==1.12.1
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index fe7729de..fb45bab2 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,12 @@
# The pytest specifics used by coverage.py
-pytest==3.8.2
+pytest==3.10.1
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.23.2
+pytest-xdist==1.24.1
flaky==3.4.0
mock==2.0.0
-PyContracts==1.8.3
+PyContracts==1.8.6
# Our testing mixins
unittest-mixins==1.6
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 86a8f8df..eb09bd74 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.4.0
+tox==3.5.3
# Adds env recreation on requirements file changes.
tox-battery==0.5.1
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 2ef8a002..ad19d5a1 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -2,5 +2,5 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things needed to make wheels for coverage.py
-setuptools==40.4.3
-wheel==0.32.1
+setuptools==40.5.0
+wheel==0.32.2
diff --git a/tox.ini b/tox.ini
index d79dff36..303d2284 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
-r requirements/pytest.pip
pip==18.1
- setuptools==40.4.3
+ setuptools==40.5.0
# gevent 1.3 causes a failure: https://bitbucket.org/ned/coveragepy/issues/663/gevent-132-on-windows-fails
py{27,34,35,36}: gevent==1.2.2
py{27,34,35,36,37,38}: eventlet==0.24.1