diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-28 08:18:19 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-28 08:18:19 -0500 |
commit | ec6dd14e4889f6ea903c3020b32bb8da5e7c54ae (patch) | |
tree | fe42556d836d68f78a68dda04a5596705ae3a52a | |
parent | f869f4dfd7ccd2c9d4e6575d00ee3ad1a31757e3 (diff) | |
download | python-coveragepy-git-ec6dd14e4889f6ea903c3020b32bb8da5e7c54ae.tar.gz |
Update requirements
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | requirements/pytest.pip | 6 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index ebdca34f..6aa6e6e3 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,6 +4,6 @@ doc8==0.8.0 pyenchant==2.0.0 -sphinx==1.8.2 +sphinx==1.8.3 sphinxcontrib-spelling==4.2.0 sphinx_rtd_theme==0.4.2 diff --git a/requirements/dev.pip b/requirements/dev.pip index 9984c855..415dcda2 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -18,5 +18,5 @@ check-manifest==0.37 readme_renderer==24.0 # for kitting. -requests==2.20.1 +requests==2.21.0 twine==1.12.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index fb45bab2..6ec37a72 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,12 +3,12 @@ # The pytest specifics used by coverage.py -pytest==3.10.1 +pytest==4.0.2 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.24.1 +pytest-xdist==1.25.0 flaky==3.4.0 mock==2.0.0 -PyContracts==1.8.6 +PyContracts==1.8.7 # Our testing mixins unittest-mixins==1.6 diff --git a/requirements/tox.pip b/requirements/tox.pip index eb09bd74..0ba0e97c 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.5.3 +tox==3.6.1 # Adds env recreation on requirements file changes. tox-battery==0.5.1 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index bd4cfa10..5c766d59 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -2,6 +2,6 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Things needed to make wheels for coverage.py -setuptools==40.5.0 +setuptools==40.6.3 # pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102 wheel==0.31.1 @@ -14,9 +14,9 @@ deps = # https://requires.io/github/nedbat/coveragepy/requirements/ -r requirements/pytest.pip pip==18.1 - setuptools==40.5.0 + setuptools==40.6.3 # gevent 1.3 causes a failure: https://bitbucket.org/ned/coveragepy/issues/663/gevent-132-on-windows-fails - py{27,34,35,36}: gevent==1.2.2 + py{27,34,35,36}: gevent==1.3.7 py{27,34,35,36,37,38}: eventlet==0.24.1 py{27,34,35,36,37,38}: greenlet==0.4.15 |