summaryrefslogtreecommitdiff
path: root/requirements
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 /requirements
parent1ad37dcc0e3927175f3988b5116654c32450aefc (diff)
downloadpython-coveragepy-db2e191cbc75dbfbf816899a46dbefc5a6106f64.tar.gz
update requirements, and use tox-battery to recreate tox as needed
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip6
-rw-r--r--requirements/pytest.pip4
-rw-r--r--requirements/tox.pip4
-rw-r--r--requirements/wheel.pip2
4 files changed, 9 insertions, 7 deletions
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