diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-08 14:16:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-08 14:16:11 -0400 |
commit | 6cb166021535eee3e57124ac6667d8ce2a73118f (patch) | |
tree | 0697dd7ea3ed4eb206db06c863f73d282c44a0da | |
parent | cdc41fcff090144f59f274d806ad9f3a8097f0a9 (diff) | |
download | python-coveragepy-git-6cb166021535eee3e57124ac6667d8ce2a73118f.tar.gz |
Update dependencies
-rw-r--r-- | requirements/wheel.pip | 2 | ||||
-rw-r--r-- | tox.ini | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 9488a125..10a0bcb2 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==20.2.2 +setuptools==21.0.0 wheel==0.29.0 @@ -15,11 +15,11 @@ deps = mock==1.3.0 PyContracts==1.7.9 py26: unittest2==1.1.0 - py{27,33,34,35}: gevent==1.1.0 - py{26,27,33,34}: eventlet==0.18.4 + py{27,33,34,35}: gevent==1.1.1 + py{26,27,33,34}: eventlet==0.19.0 py{26,27,33,34,35}: greenlet==0.4.9 # setuptools no longer supports Python 3.2 - pypy3_24: setuptools==20.2.2 + pypy3_24: setuptools==21.0.0 passenv = * setenv = |