diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-14 05:14:34 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-14 05:14:34 -0400 |
| commit | 460afcbee1bd92440036118cb27e31a07521a2da (patch) | |
| tree | fd66720c28a6a47b2d9ab6bce4c35407b4890256 /requirements | |
| parent | 4c8f55532f13504636d7c2f693a55c8bdbe47b36 (diff) | |
| download | python-coveragepy-460afcbee1bd92440036118cb27e31a07521a2da.tar.gz | |
Use the latest of everything
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/dev.pip | 4 | ||||
| -rw-r--r-- | requirements/wheel.pip | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 8c5bd4b..668ae35 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -16,5 +16,5 @@ pyenchant==1.6.6 pylint==1.4.4 # for kitting. -requests==2.7.0 -twine==1.6.2 +requests==2.8.1 +twine==1.6.3 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 3a12642..3b683e4 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==18.3.2 +setuptools==18.4 wheel==0.26.0 |
