summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/pytest.pip4
-rw-r--r--requirements/tox.pip4
-rw-r--r--requirements/wheel.pip2
-rw-r--r--tox.ini1
6 files changed, 9 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 10448015..e0a67a07 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -2,7 +2,7 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
-pyenchant==1.6.8
+pyenchant==1.6.11
sphinx==1.6.3
sphinxcontrib-spelling==2.3.0
sphinx_rtd_theme==0.2.4
diff --git a/requirements/dev.pip b/requirements/dev.pip
index e9b15f9c..eb5a89fc 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -12,10 +12,10 @@
greenlet==0.4.12
mock==2.0.0
PyContracts==1.7.15
-pyenchant==1.6.8
+pyenchant==1.6.11
pylint==1.7.2
unittest-mixins==1.3
# for kitting.
-requests==2.18.1
+requests==2.18.4
twine==1.9.1
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 9ad471d4..c97401ca 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -2,6 +2,6 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# The pytest specifics used by coverage.py
-pytest==3.1.3
-pytest-xdist==1.18.1
+pytest==3.2.2
+pytest-xdist==1.20.0
flaky==3.4.0
diff --git a/requirements/tox.pip b/requirements/tox.pip
index d09412d0..a74bbc9b 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,4 +1,4 @@
# The version of tox used by coverage.py
-tox==2.7.0
+tox==2.8.2
# Adds env recreation on requirements file changes.
-tox-battery==0.4
+tox-battery==0.5
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index dd2e6ec0..df64cee4 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
setuptools==35.0.2
-wheel==0.29.0
+wheel==0.30.0
diff --git a/tox.ini b/tox.ini
index c8a3dec7..35d0c366 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
pip==9.0.1
+ # setuptools>=36 vendors packages which pollute the coverage output in tests
setuptools==35.0.2
mock==2.0.0
PyContracts==1.7.15