summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-26 10:24:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-26 10:24:54 -0500
commit10a2e79516ae41ec111dc15966feedd82cd67861 (patch)
tree1c54e66125da0c06bff6fb9bf5d71076f43965a5
parenta72ae361b0a9049b5a9b90e7af5a299032af7187 (diff)
downloadpython-coveragepy-10a2e79516ae41ec111dc15966feedd82cd67861.tar.gz
Latest versions of everything
-rw-r--r--doc/requirements.pip4
-rw-r--r--requirements/dev.pip8
-rw-r--r--requirements/tox.pip2
-rw-r--r--requirements/wheel.pip2
-rw-r--r--tox.ini4
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index ff2a9d3..b1f108d 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -2,8 +2,8 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
-pyenchant==1.6.7
-sphinx==1.4.5
+pyenchant==1.6.8
+sphinx==1.4.9
sphinxcontrib-spelling==2.2.0
sphinx_rtd_theme==0.1.9
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 6a8724f..b8e0c71 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -10,12 +10,12 @@
# for linting.
greenlet==0.4.10
mock==2.0.0
-PyContracts==1.7.9
-pyenchant==1.6.7
+PyContracts==1.7.12
+pyenchant==1.6.8
pylint==1.6.4
pytest
unittest-mixins==1.1.1
# for kitting.
-requests==2.10.0
-twine==1.7.4
+requests==2.12.1
+twine==1.8.1
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 86093d5..1264050 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,2 +1,2 @@
# The version of tox used by coverage.py
-tox==2.3.1
+tox==2.5.0
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 426042c..5af33d3 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==25.1.6
+setuptools==29.0.0
wheel==0.29.0
diff --git a/tox.ini b/tox.ini
index 2f643f6..ca66266 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,9 +13,9 @@ deps =
git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0
pytest-xdist==1.15.0
pytest-warnings==0.2.0
- pip==8.1.2
+ pip==9.0.1
mock==2.0.0
- PyContracts==1.7.9
+ PyContracts==1.7.12
unittest-mixins==1.1.1
#-egit+/Users/ned/unittest_mixins#egg=unittest-mixins==0.0
py26: unittest2==1.1.0