summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-05-12 07:50:47 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-05-13 08:34:15 -0400
commit672ae3ff45cac34731170dc5b5996b96b9ef6288 (patch)
tree5c1408f2f0df3bedec5be7dcd5627dc245819f95 /requirements/pytest.pip
parentc4f538a5e165d67146c0c05154ed35d735b85015 (diff)
downloadpython-coveragepy-git-672ae3ff45cac34731170dc5b5996b96b9ef6288.tar.gz
Latest dependencies
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 0274ec05..509e3b27 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,11 +3,11 @@
# The pytest specifics used by coverage.py
-pytest==4.3.0
+pytest==4.5.0
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.26.1
+pytest-xdist==1.28.0
flaky==3.5.3
-mock==2.0.0
+mock==3.0.5
PyContracts==1.8.12
# Our testing mixins