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 /requirements | |
| parent | 1cbcbf0431a654899773b9dba0d16e61d211a6c7 (diff) | |
| download | python-coveragepy-795a3679f89ed98bb278daf075123d0b55fd091e.tar.gz | |
Update versions of tools.
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/tox.pip | 2 | ||||
| -rw-r--r-- | requirements/wheel.pip | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
