summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-18 07:11:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-18 07:20:51 -0400
commit9e32140b6620558b59fd52af1d99e4f4d64b2b15 (patch)
tree799ae68c518265ee0cf5821f4ed414a0f86e62c3
parentfafa21ac89ba49069c62ecd3bee802e9cab7e2c0 (diff)
downloadpython-coveragepy-git-9e32140b6620558b59fd52af1d99e4f4d64b2b15.tar.gz
Upgrade stuff
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/dev.pip12
-rw-r--r--requirements/pytest.pip9
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip2
-rw-r--r--tox.ini6
6 files changed, 17 insertions, 16 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 28777cb5..bcc2840d 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -4,7 +4,7 @@
doc8==0.8.0
pyenchant==2.0.0
-sphinx==2.1.2
+sphinx==2.2.0
sphinx-rst-builder==0.0.1
sphinxcontrib-spelling==4.3.0
sphinx_rtd_theme==0.4.3
diff --git a/requirements/dev.pip b/requirements/dev.pip
index b3acfd90..2965a67b 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,10 +4,10 @@
# Requirements for doing local development work on coverage.py.
# https://requires.io/github/nedbat/coveragepy/requirements/
-pip==19.2.1
-virtualenv==16.5.0
+pip==19.3.1
+virtualenv==16.7.6
-pluggy==0.12.0
+pluggy==0.13.0
# PyPI requirements for running tests.
-r tox.pip
@@ -16,9 +16,9 @@ pluggy==0.12.0
# for linting.
greenlet==0.4.15
pylint==2.4.3
-check-manifest==0.38
+check-manifest==0.40
readme_renderer==24.0
# for kitting.
-requests==2.21.0
-twine==1.13.0
+requests==2.22.0
+twine==2.0.0
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 30799efa..2ad9fb70 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,13 @@
# The pytest specifics used by coverage.py
-pytest==4.6.2
-pytest-xdist==1.28.0
-flaky==3.5.3
+# 4.x is last to support py2
+pytest==4.6.6
+pytest-xdist==1.30.0
+flaky==3.6.1
mock==3.0.5
PyContracts==1.8.12
-hypothesis==4.32.1
+hypothesis==4.41.2
# Our testing mixins
unittest-mixins==1.6
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 6eb32612..c81173de 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.13.2
+tox==3.14.0
# Adds env recreation on requirements file changes.
tox-battery==0.5.1
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 56ced495..5dba911f 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -3,6 +3,6 @@
# Things needed to make wheels for coverage.py
-setuptools==40.8.0
+setuptools==41.4.0
# pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102
wheel==0.31.1
diff --git a/tox.ini b/tox.ini
index bf636f27..f4ebc022 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,11 +13,11 @@ deps =
# Check here for what might be out of date:
# https://requires.io/github/nedbat/coveragepy/requirements/
-r requirements/pytest.pip
- pip==19.1.1
- setuptools==41.0.1
+ pip==19.3.1
+ setuptools==41.4.0
# 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
+ py{27,35,36,37,38}: eventlet==0.25.1
py{27,35,36,37,38}: greenlet==0.4.15
# Windows can't update the pip version with pip running, so use Python