diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-12 07:50:47 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-13 08:34:15 -0400 |
commit | 672ae3ff45cac34731170dc5b5996b96b9ef6288 (patch) | |
tree | 5c1408f2f0df3bedec5be7dcd5627dc245819f95 | |
parent | c4f538a5e165d67146c0c05154ed35d735b85015 (diff) | |
download | python-coveragepy-git-672ae3ff45cac34731170dc5b5996b96b9ef6288.tar.gz |
Latest dependencies
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/ci.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 6 | ||||
-rw-r--r-- | requirements/pytest.pip | 6 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index de417d05..7c9f9067 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,6 +4,6 @@ doc8==0.8.0 pyenchant==2.0.0 -sphinx==1.8.4 -sphinxcontrib-spelling==4.2.0 +sphinx==2.0.1 +sphinxcontrib-spelling==4.2.1 sphinx_rtd_theme==0.4.3 diff --git a/requirements/ci.pip b/requirements/ci.pip index fe17a4c4..c3604568 100644 --- a/requirements/ci.pip +++ b/requirements/ci.pip @@ -5,4 +5,4 @@ -r tox.pip -r pytest.pip -r wheel.pip -tox-travis==0.11 +tox-travis==0.12 diff --git a/requirements/dev.pip b/requirements/dev.pip index ef467537..8f3f471c 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,8 +4,8 @@ # Requirements for doing local development work on coverage.py. # https://requires.io/github/nedbat/coveragepy/requirements/ -pip==19.0.3 -virtualenv==16.1.0 +pip==19.1.1 +virtualenv==16.5.0 # PyPI requirements for running tests. -r tox.pip @@ -14,7 +14,7 @@ virtualenv==16.1.0 # for linting. greenlet==0.4.15 pylint==1.9.2 -check-manifest==0.37 +check-manifest==0.38 readme_renderer==24.0 # for kitting. diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 0274ec05..509e3b27 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,11 +3,11 @@ # The pytest specifics used by coverage.py -pytest==4.3.0 +pytest==4.5.0 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.26.1 +pytest-xdist==1.28.0 flaky==3.5.3 -mock==2.0.0 +mock==3.0.5 PyContracts==1.8.12 # Our testing mixins diff --git a/requirements/tox.pip b/requirements/tox.pip index 81fa10dd..e4ff4031 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.7.0 +tox==3.9.0 # Adds env recreation on requirements file changes. tox-battery==0.5.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==19.0.3 - setuptools==40.8.0 + pip==19.1.1 + setuptools==41.0.1 # gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663 py{27,35,36}: gevent==1.2.2 py{27,35,36,37,38}: eventlet==0.24.1 |