From f48bebb7ffef6c6601f3b13821949d2b5ea483f9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Nov 2015 21:34:43 +0100 Subject: [PATCH] tox: Update hypothesis to 1.15.0. A release with two new features. - A 'characters' strategy for more flexible generation of text with particular character ranges and types. - Add support for preconditions to the rule based stateful testing. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8e13255c3..34a939f55 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = Flask==0.10.1 glob2==0.4.1 httpbin==0.4.0 - hypothesis==1.14.0 + hypothesis==1.15.0 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6