From d7d6e40879a44df6aea14d855cefa3cfc08f79be Mon Sep 17 00:00:00 2001 From: jab Date: Sun, 21 May 2017 14:10:01 -0400 Subject: [PATCH] update to latest hypothesis (3.9.0) and pytest-cov (2.5.1) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cb377644..64ba3f1b 100644 --- a/setup.py +++ b/setup.py @@ -20,13 +20,13 @@ def from_file(filename, fallback): tests_require = [ 'coverage==4.4', 'flake8==3.2.1', - 'hypothesis==3.8.3', + 'hypothesis==3.9.0', 'hypothesis-pytest==0.19.0', 'py==1.4.31', 'pydocstyle==2.0.0', 'pytest==3.0.7', 'pytest-benchmark==3.1.0a2', - 'pytest-cov==2.5.0', + 'pytest-cov==2.5.1', 'Sphinx==1.5.5', 'sortedcollections==0.4.2', 'sortedcontainers==1.5.5',