diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 12:35:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 12:35:43 -0400 |
commit | 4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c (patch) | |
tree | dc8f267bb6b79d193e3e9e33e063ae522ac11cc9 | |
parent | 40063a3e8ec7e2b6fbf1a5441082d85c001dcb06 (diff) | |
download | python-coveragepy-git-4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c.tar.gz |
Update requirements
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 8 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 3 | ||||
-rw-r--r-- | tox.ini | 4 |
6 files changed, 13 insertions, 12 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 6aa6e6e3..de417d05 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,6 +4,6 @@ doc8==0.8.0 pyenchant==2.0.0 -sphinx==1.8.3 +sphinx==1.8.4 sphinxcontrib-spelling==4.2.0 -sphinx_rtd_theme==0.4.2 +sphinx_rtd_theme==0.4.3 diff --git a/requirements/dev.pip b/requirements/dev.pip index 415dcda2..ef467537 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,7 +4,7 @@ # Requirements for doing local development work on coverage.py. # https://requires.io/github/nedbat/coveragepy/requirements/ -pip==18.1 +pip==19.0.3 virtualenv==16.1.0 # PyPI requirements for running tests. @@ -19,4 +19,4 @@ readme_renderer==24.0 # for kitting. requests==2.21.0 -twine==1.12.1 +twine==1.13.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 6ec37a72..0274ec05 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,12 +3,12 @@ # The pytest specifics used by coverage.py -pytest==4.0.2 +pytest==4.3.0 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.25.0 -flaky==3.4.0 +pytest-xdist==1.26.1 +flaky==3.5.3 mock==2.0.0 -PyContracts==1.8.7 +PyContracts==1.8.12 # Our testing mixins unittest-mixins==1.6 diff --git a/requirements/tox.pip b/requirements/tox.pip index 0ba0e97c..81fa10dd 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -2,6 +2,6 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # The version of tox used by coverage.py -tox==3.6.1 +tox==3.7.0 # Adds env recreation on requirements file changes. tox-battery==0.5.1 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 5c766d59..56ced495 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -2,6 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Things needed to make wheels for coverage.py -setuptools==40.6.3 + +setuptools==40.8.0 # pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102 wheel==0.31.1 @@ -13,8 +13,8 @@ deps = # Check here for what might be out of date: # https://requires.io/github/nedbat/coveragepy/requirements/ -r requirements/pytest.pip - pip==18.1 - setuptools==40.6.3 + pip==19.0.3 + setuptools==40.8.0 # gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663 py{27,34,35,36}: gevent==1.2.2 py{27,34,35,36,37,38}: eventlet==0.24.1 |