diff options
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | requirements/pytest.pip | 4 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index c1297408..71b17134 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,9 +3,9 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==2.0.0 -sphinx==1.7.5 +sphinx==1.7.6 sphinxcontrib-spelling==4.2.0 -sphinx_rtd_theme==0.4.0 +sphinx_rtd_theme==0.4.1 # A version of doc8 with a -q flag. git+https://github.com/nedbat/doc8.git#egg=doc8==0.0 diff --git a/requirements/dev.pip b/requirements/dev.pip index f9fa8265..d7ed3131 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -11,7 +11,7 @@ pip==18.0.0 -r pytest.pip # for linting. -greenlet==0.4.13 +greenlet==0.4.14 mock==2.0.0 PyContracts==1.8.3 pylint==1.9.2 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index b23977b7..23264ee9 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,6 +3,6 @@ # The pytest specifics used by coverage.py -pytest==3.6.3 -pytest-xdist==1.22.2 +pytest==3.7.1 +pytest-xdist==1.22.5 flaky==3.4.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index 43b921c6..a84d77e9 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,4 +1,4 @@ # The version of tox used by coverage.py -tox==3.1.2 +tox==3.1.3 # Adds env recreation on requirements file changes. tox-battery==0.5.1 @@ -21,8 +21,8 @@ deps = #-e/Users/ned/unittest_mixins # 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}: eventlet==0.23.0 - py{27,34,35,36,37}: greenlet==0.4.13 + py{27,34,35,36,37}: eventlet==0.24.1 + py{27,34,35,36,37}: greenlet==0.4.14 # Windows can't update the pip version with pip running, so use Python # to install things. |