summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:51:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:51:16 -0400
commit3fa2a487b977b6b8fb49d5c79c64d423cd1a9706 (patch)
tree4345f82c5a583512d7198a581a21d8105bc7a6e9 /tox.ini
parent97e71354ab82ca573df2dd90c60c510aab6b663d (diff)
downloadpython-coveragepy-3fa2a487b977b6b8fb49d5c79c64d423cd1a9706.tar.gz
Upgrade most dependencies
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index deab539..4cec188 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ usedevelop = True
deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
- pip==9.0.3
+ pip==10.0.1
# setuptools>=36 vendors packages which pollute the coverage output in tests
setuptools==35.0.2
mock==2.0.0
@@ -20,7 +20,7 @@ deps =
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.0
+ py{27,34,35,36,37}: eventlet==0.22.1
py{27,34,35,36,37}: greenlet==0.4.13
# Windows can't update the pip version with pip running, so use Python