diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:51:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:51:16 -0400 |
| commit | 3fa2a487b977b6b8fb49d5c79c64d423cd1a9706 (patch) | |
| tree | 4345f82c5a583512d7198a581a21d8105bc7a6e9 /requirements | |
| parent | 97e71354ab82ca573df2dd90c60c510aab6b663d (diff) | |
| download | python-coveragepy-3fa2a487b977b6b8fb49d5c79c64d423cd1a9706.tar.gz | |
Upgrade most dependencies
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/dev.pip | 2 | ||||
| -rw-r--r-- | requirements/pytest.pip | 5 | ||||
| -rw-r--r-- | requirements/wheel.pip | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 36e962d..cf6c40e 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -18,4 +18,4 @@ unittest-mixins==1.4 # for kitting. requests==2.18.4 -twine==1.9.1 +twine==1.11.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 17ccc0d..dfa447f 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,7 +3,6 @@ # The pytest specifics used by coverage.py -# Keep pytest at 3.2.x until we are done with Python 2.6 and 3.3 -pytest==3.2.5 -pytest-xdist==1.20.1 +pytest==3.5.1 +pytest-xdist==1.22.2 flaky==3.4.0 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 6dfe70b..9574164 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,4 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==35.0.2 -# We need to stick with 0.29.0 until we drop 2.6 and 3.3 -wheel==0.29.0 +setuptools==39.1.0 +wheel==0.31.0 |
