From 10f9ac6c2794121caed384fa722ef503a9f1664e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 25 Feb 2016 21:12:47 +0100 Subject: [PATCH] tox: Update hypothesis to 3.0.5 - Fix a bug where Hypothesis would now error on py.test development versions. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cf582be74..239b342e6 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = Flask==0.10.1 glob2==0.4.1 httpbin==0.4.1 - hypothesis==3.0.4 + hypothesis==3.0.5 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6