diff options
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 6 | ||||
-rw-r--r-- | requirements/pytest.pip | 4 | ||||
-rw-r--r-- | requirements/tox.pip | 4 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
6 files changed, 13 insertions, 11 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e6482bff..325d4f23 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,9 +3,9 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.8 -sphinx==1.5.1 +sphinx==1.5.5 sphinxcontrib-spelling==2.3.0 -sphinx_rtd_theme==0.1.9 +sphinx_rtd_theme==0.2.4 # 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 064e5a5b..b2113631 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -9,13 +9,13 @@ -r pytest.pip # for linting. -greenlet==0.4.11 +greenlet==0.4.12 mock==2.0.0 PyContracts==1.7.15 pyenchant==1.6.8 pylint==1.7.1 -unittest-mixins==1.2.1 +unittest-mixins==1.3 # for kitting. -requests==2.12.4 +requests==2.13.0 twine==1.8.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 274168ff..07ca9796 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # The pytest specifics used by coverage.py -pytest==3.0.5 -pytest-xdist==1.15.0 +pytest==3.0.7 +pytest-xdist==1.16.0 pytest-warnings==0.2.0 flaky==3.3.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index 1264050c..d09412d0 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,4 @@ # The version of tox used by coverage.py -tox==2.5.0 +tox==2.7.0 +# Adds env recreation on requirements file changes. +tox-battery==0.4 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 20e7cc62..dd2e6ec0 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==33.1.1 +setuptools==35.0.2 wheel==0.29.0 @@ -18,8 +18,8 @@ deps = #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 py{27,33,34,35,36}: gevent==1.2.1 - py{26,27,33,34,35,36}: eventlet==0.20.1 - py{26,27,33,34,35,36}: greenlet==0.4.11 + py{26,27,33,34,35,36}: eventlet==0.21.0 + py{26,27,33,34,35,36}: greenlet==0.4.12 # Windows can't update the pip version with pip running, so use Python # to install things. |