diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-01 07:13:55 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-01 07:13:55 -0400 |
commit | b4bbc37f3748a447c2f85218f8092a94fc8e13fe (patch) | |
tree | 3e01fe23e94e52bc4940862692bee50a0b479e5a | |
parent | cdbd5e68ac9718d38709e6b6a388fb35edab532f (diff) | |
download | python-coveragepy-git-b4bbc37f3748a447c2f85218f8092a94fc8e13fe.tar.gz |
Update requirements
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 4 | ||||
-rw-r--r-- | tox.ini | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 299ca0eb..dbd6c8fa 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 fa774d04..98cac62e 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 dfa447fb..d90c16b4 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 95741643..9c6bf0ca 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 @@ -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 |