diff options
-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 2cd8ffd1..c57181da 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 |