summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-01 07:13:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-01 07:13:55 -0400
commitb4bbc37f3748a447c2f85218f8092a94fc8e13fe (patch)
tree3e01fe23e94e52bc4940862692bee50a0b479e5a /requirements
parentcdbd5e68ac9718d38709e6b6a388fb35edab532f (diff)
downloadpython-coveragepy-git-b4bbc37f3748a447c2f85218f8092a94fc8e13fe.tar.gz
Update requirements
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/pytest.pip2
-rw-r--r--requirements/wheel.pip4
3 files changed, 5 insertions, 5 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index fa774d04..98cac62e 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -13,10 +13,10 @@ greenlet==0.4.13
mock==2.0.0
PyContracts==1.8.3
pyenchant==2.0.0
-pylint==1.8.4
+pylint==1.9.1
unittest-mixins==1.4
check-manifest==0.37
-readme_renderer==20.0
+readme_renderer==21.0
# for kitting.
requests==2.18.4
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index dfa447fb..d90c16b4 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,6 +3,6 @@
# The pytest specifics used by coverage.py
-pytest==3.5.1
+pytest==3.6.0
pytest-xdist==1.22.2
flaky==3.4.0
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index 95741643..9c6bf0ca 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==39.1.0
-wheel==0.31.0
+setuptools==39.2.0
+wheel==0.31.1