diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-11 09:01:51 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-11 09:01:51 -0500 |
commit | 795a3679f89ed98bb278daf075123d0b55fd091e (patch) | |
tree | 8cc8955cac352fc02c79a23d42748f897670d69e | |
parent | 1cbcbf0431a654899773b9dba0d16e61d211a6c7 (diff) | |
download | python-coveragepy-795a3679f89ed98bb278daf075123d0b55fd091e.tar.gz |
Update versions of tools.
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 968313e..3b0541f 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,5 +3,5 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.6 -sphinx==1.3.1 +sphinx==1.3.3 sphinxcontrib-spelling==2.1.2 diff --git a/requirements/tox.pip b/requirements/tox.pip index 0bfd695..034aa98 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,2 @@ # The version of tox used by coverage.py -tox==2.2.1 +tox==2.3.0 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 268fe23..0e771c2 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==18.6.1 +setuptools==18.7.1 wheel==0.26.0 |