summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-10-07 12:09:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-07 12:09:01 -0400
commit32e8008a5d99b3f5bfe6a6a220eec5c4f730ba43 (patch)
tree154c6f3f88438e40989852496a1d98570838c57b
parentb892fd503ae46f7f98db172e77d8f84cc63289a5 (diff)
downloadpython-coveragepy-git-32e8008a5d99b3f5bfe6a6a220eec5c4f730ba43.tar.gz
Finish updating requirements
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 55819e3e..6f2881d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,12 +13,12 @@ deps =
# Check here for what might be out of date:
# https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
- pip==18.0
- setuptools==40.0.0
+ pip==18.1
+ setuptools==40.4.3
# gevent 1.3 causes a failure: https://bitbucket.org/ned/coveragepy/issues/663/gevent-132-on-windows-fails
py{27,34,35,36}: gevent==1.2.2
py{27,34,35,36,37,38}: eventlet==0.24.1
- py{27,34,35,36,37,38}: greenlet==0.4.14
+ py{27,34,35,36,37,38}: greenlet==0.4.15
# Windows can't update the pip version with pip running, so use Python
# to install things.