summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-01 07:13:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-01 07:13:55 -0400
commit6956750cb3d89646c6a7e3691fd5571286450ef5 (patch)
tree69bb175b5a726ce6d6f06620977a7fc44c9feb41
parente55230592085af75fc0cb7b2fba66cf82cefc6a4 (diff)
downloadpython-coveragepy-6956750cb3d89646c6a7e3691fd5571286450ef5.tar.gz
Update requirements
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/pytest.pip2
-rw-r--r--requirements/wheel.pip4
-rw-r--r--tox.ini4
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 299ca0e..dbd6c8f 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -3,7 +3,7 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
pyenchant==2.0.0
-sphinx==1.7.4
+sphinx==1.7.5
sphinxcontrib-spelling==4.1.0
sphinx_rtd_theme==0.3.1
diff --git a/requirements/dev.pip b/requirements/dev.pip
index fa774d0..98cac62 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -13,10 +13,10 @@ greenlet==0.4.13
mock==2.0.0
PyContracts==1.8.3
pyenchant==2.0.0
-pylint==1.8.4
+pylint==1.9.1
unittest-mixins==1.4
check-manifest==0.37
-readme_renderer==20.0
+readme_renderer==21.0
# for kitting.
requests==2.18.4
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index dfa447f..d90c16b 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,6 +3,6 @@
# The pytest specifics used by coverage.py
-pytest==3.5.1
+pytest==3.6.0
pytest-xdist==1.22.2
flaky==3.4.0
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 9574164..9c6bf0c 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==39.1.0
-wheel==0.31.0
+setuptools==39.2.0
+wheel==0.31.1
diff --git a/tox.ini b/tox.ini
index bca3d58..bb33d65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,8 +19,8 @@ deps =
PyContracts==1.8.3
unittest-mixins==1.4
#-e/Users/ned/unittest_mixins
- py{27,34,35,36}: gevent==1.2.2
- py{27,34,35,36,37}: eventlet==0.22.1
+ py{27,34,35,36}: gevent==1.3.2
+ py{27,34,35,36,37}: eventlet==0.23.0
py{27,34,35,36,37}: greenlet==0.4.13
# Windows can't update the pip version with pip running, so use Python