summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-30 11:59:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-30 11:59:06 -0400
commitdb2e191cbc75dbfbf816899a46dbefc5a6106f64 (patch)
treee44cb6a76865d1d394af369a554847eebf6b0d35
parent1ad37dcc0e3927175f3988b5116654c32450aefc (diff)
downloadpython-coveragepy-db2e191cbc75dbfbf816899a46dbefc5a6106f64.tar.gz
update requirements, and use tox-battery to recreate tox as needed
-rw-r--r--doc/requirements.pip4
-rw-r--r--requirements/dev.pip6
-rw-r--r--requirements/pytest.pip4
-rw-r--r--requirements/tox.pip4
-rw-r--r--requirements/wheel.pip2
-rw-r--r--tox.ini4
6 files changed, 13 insertions, 11 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index e6482bf..325d4f2 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -3,9 +3,9 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
pyenchant==1.6.8
-sphinx==1.5.1
+sphinx==1.5.5
sphinxcontrib-spelling==2.3.0
-sphinx_rtd_theme==0.1.9
+sphinx_rtd_theme==0.2.4
# A version of doc8 with a -q flag.
git+https://github.com/nedbat/doc8.git#egg=doc8==0.0
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 064e5a5..b211363 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -9,13 +9,13 @@
-r pytest.pip
# for linting.
-greenlet==0.4.11
+greenlet==0.4.12
mock==2.0.0
PyContracts==1.7.15
pyenchant==1.6.8
pylint==1.7.1
-unittest-mixins==1.2.1
+unittest-mixins==1.3
# for kitting.
-requests==2.12.4
+requests==2.13.0
twine==1.8.1
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 274168f..07ca979 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# The pytest specifics used by coverage.py
-pytest==3.0.5
-pytest-xdist==1.15.0
+pytest==3.0.7
+pytest-xdist==1.16.0
pytest-warnings==0.2.0
flaky==3.3.0
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 1264050..d09412d 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,2 +1,4 @@
# The version of tox used by coverage.py
-tox==2.5.0
+tox==2.7.0
+# Adds env recreation on requirements file changes.
+tox-battery==0.4
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 20e7cc6..dd2e6ec 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==33.1.1
+setuptools==35.0.2
wheel==0.29.0
diff --git a/tox.ini b/tox.ini
index 9a583e7..a70f6b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,8 +18,8 @@ deps =
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.2.1
- py{26,27,33,34,35,36}: eventlet==0.20.1
- py{26,27,33,34,35,36}: greenlet==0.4.11
+ py{26,27,33,34,35,36}: eventlet==0.21.0
+ py{26,27,33,34,35,36}: greenlet==0.4.12
# Windows can't update the pip version with pip running, so use Python
# to install things.