From 6956750cb3d89646c6a7e3691fd5571286450ef5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 1 Jun 2018 07:13:55 -0400 Subject: Update requirements --- doc/requirements.pip | 2 +- requirements/dev.pip | 4 ++-- requirements/pytest.pip | 2 +- requirements/wheel.pip | 4 ++-- tox.ini | 4 ++-- 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 -- cgit v1.2.1