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 | 41dd416811754f008b992235801fcd6010ca3979 (patch) | |
| tree | 1dfdf2ed15fa4dc6b4ab79301ecba4709732b45e /requirements | |
| parent | 692987a02adfaa7e05086c1d4c89228d0525bc2e (diff) | |
| download | python-coveragepy-git-41dd416811754f008b992235801fcd6010ca3979.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 36e962d1..cf6c40ea 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 17ccc0d8..dfa447fb 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 6dfe70b2..95741643 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 |
