summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
commit4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c (patch)
treedc8f267bb6b79d193e3e9e33e063ae522ac11cc9 /requirements/pytest.pip
parent40063a3e8ec7e2b6fbf1a5441082d85c001dcb06 (diff)
downloadpython-coveragepy-git-4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c.tar.gz
Update requirements
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 6ec37a72..0274ec05 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,12 @@
# The pytest specifics used by coverage.py
-pytest==4.0.2
+pytest==4.3.0
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.25.0
-flaky==3.4.0
+pytest-xdist==1.26.1
+flaky==3.5.3
mock==2.0.0
-PyContracts==1.8.7
+PyContracts==1.8.12
# Our testing mixins
unittest-mixins==1.6