summaryrefslogtreecommitdiff
path: root/requirements
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 /requirements
parentfafa21ac89ba49069c62ecd3bee802e9cab7e2c0 (diff)
downloadpython-coveragepy-git-9e32140b6620558b59fd52af1d99e4f4d64b2b15.tar.gz
Upgrade stuff
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip12
-rw-r--r--requirements/pytest.pip9
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip2
4 files changed, 13 insertions, 12 deletions
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