diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 15:21:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 15:21:00 -0400 |
| commit | 9044e51aa0a37d59ce3a4fff243051352f27dcc3 (patch) | |
| tree | 15dc4379586eddcf3e7e787d056539c0bb8e4b5a | |
| parent | 4b761f7a7460aa25dd65f196c0847df70d50243c (diff) | |
| download | python-coveragepy-9044e51aa0a37d59ce3a4fff243051352f27dcc3.tar.gz | |
Greenlet released 0.4.9
| -rw-r--r-- | requirements.pip | 2 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.pip b/requirements.pip index 2cd8ffd..c57181d 100644 --- a/requirements.pip +++ b/requirements.pip @@ -8,7 +8,7 @@ nose==1.3.7 tox==2.1.1 # and for linting... -greenlet==0.4.7 +greenlet==0.4.9 mock==1.3.0 PyContracts==1.7.6 pyenchant==1.6.6 @@ -29,7 +29,7 @@ deps = py26: unittest2==1.1.0 py26,py27: gevent==1.0.2 py26,py27: eventlet==0.17.4 - py26,py27,py33,py34,py35: greenlet==0.4.7 + py26,py27,py33,py34,py35: greenlet==0.4.9 setenv = pypy,pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy |
