summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/wheel.pip2
-rw-r--r--tox.ini4
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 728e566e..e8114214 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -3,5 +3,5 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
pyenchant==1.6.6
-sphinx==1.3.6
+sphinx==1.4.1
sphinxcontrib-spelling==2.1.2
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 0c68430f..dbbcfc5e 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -10,11 +10,11 @@ nose==1.3.7
# for linting.
greenlet==0.4.9
-mock==1.3.0
+mock==2.0.0
PyContracts==1.7.9
pyenchant==1.6.6
pylint==1.4.5
# for kitting.
-requests==2.9.1
+requests==2.10.0
twine==1.6.5
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 10a0bcb2..d915a5bb 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==21.0.0
+setuptools==21.1.0
wheel==0.29.0
diff --git a/tox.ini b/tox.ini
index a80dac3b..9d6c4999 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,14 +12,14 @@ deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
pip==8.1.2
nose==1.3.7
- mock==1.3.0
+ mock==2.0.0
PyContracts==1.7.9
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.1.1
py{26,27,33,34,35,36}: eventlet==0.19.0
py{26,27,33,34,35,36}: greenlet==0.4.9
# setuptools no longer supports Python 3.2
- pypy3_24: setuptools==21.0.0
+ pypy3_24: setuptools==21.1.0
# Windows can't update the pip version with pip running, so use Python
# to install things.