diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-20 06:47:52 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-20 06:47:52 -0400 |
| commit | 9ce50f6bfc22f6d88974d7275b025edcde5e4b4e (patch) | |
| tree | 21ea8c282fb72fc2c4b96d68305444ed1412e624 /requirements | |
| parent | b02fa930ac1eec587150bcdabc37c85692562126 (diff) | |
| download | python-coveragepy-git-9ce50f6bfc22f6d88974d7275b025edcde5e4b4e.tar.gz | |
Update dependencies, except setuptools, which vendors stuff
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/dev.pip | 4 | ||||
| -rw-r--r-- | requirements/pytest.pip | 4 | ||||
| -rw-r--r-- | requirements/tox.pip | 4 | ||||
| -rw-r--r-- | requirements/wheel.pip | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index e9b15f9c..eb5a89fc 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -12,10 +12,10 @@ greenlet==0.4.12 mock==2.0.0 PyContracts==1.7.15 -pyenchant==1.6.8 +pyenchant==1.6.11 pylint==1.7.2 unittest-mixins==1.3 # for kitting. -requests==2.18.1 +requests==2.18.4 twine==1.9.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 9ad471d4..c97401ca 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -2,6 +2,6 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # The pytest specifics used by coverage.py -pytest==3.1.3 -pytest-xdist==1.18.1 +pytest==3.2.2 +pytest-xdist==1.20.0 flaky==3.4.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index d09412d0..a74bbc9b 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,4 +1,4 @@ # The version of tox used by coverage.py -tox==2.7.0 +tox==2.8.2 # Adds env recreation on requirements file changes. -tox-battery==0.4 +tox-battery==0.5 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index dd2e6ec0..df64cee4 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py setuptools==35.0.2 -wheel==0.29.0 +wheel==0.30.0 |
