From 4f8b3f9715d7eff213b8195d79936b71c480ceee Mon Sep 17 00:00:00 2001 From: Doppins Date: Sun, 18 Feb 2018 02:34:35 +0000 Subject: [PATCH 1/8] Upgrade dependency hypothesis to ==3.45.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a46ab4..ce4254b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.45.1', + 'hypothesis==3.45.2', # For python 2.6 'hypothesislegacysupport', ] From 209fb1ed23bb9b7554f64e2cd6cd06e746dd3020 Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 23 Feb 2018 13:05:23 +0000 Subject: [PATCH 2/8] Upgrade dependency hypothesis to ==3.45.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce4254b..033e1a7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.45.2', + 'hypothesis==3.45.3', # For python 2.6 'hypothesislegacysupport', ] From 7cafa4ccbe24c1b7de8355f3fd35508ac2d590ff Mon Sep 17 00:00:00 2001 From: Doppins Date: Sun, 25 Feb 2018 03:35:02 +0000 Subject: [PATCH 3/8] Upgrade dependency hypothesis to ==3.45.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 033e1a7..2364336 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.45.3', + 'hypothesis==3.45.4', # For python 2.6 'hypothesislegacysupport', ] From 076b87896ab611e658ccf6e3d854108d95ba378a Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 26 Feb 2018 00:36:50 +0000 Subject: [PATCH 4/8] Upgrade dependency hypothesis to ==3.45.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2364336..ccbde3c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.45.4', + 'hypothesis==3.45.5', # For python 2.6 'hypothesislegacysupport', ] From da14eb5fbcb21258fd8154658c9f302a279d6e51 Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 26 Feb 2018 03:24:38 +0000 Subject: [PATCH 5/8] Upgrade dependency hypothesis to ==3.46.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccbde3c..24bad91 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.45.5', + 'hypothesis==3.46.0', # For python 2.6 'hypothesislegacysupport', ] From 64948a78e3f950bf0bae15eddc63bf6d01f97f42 Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 1 Mar 2018 03:17:16 +0000 Subject: [PATCH 6/8] Upgrade dependency hypothesis to ==3.46.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24bad91..21a3935 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.46.0', + 'hypothesis==3.46.1', # For python 2.6 'hypothesislegacysupport', ] From e99ce768295a10ae03ab803bf9525b705eb93a00 Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 1 Mar 2018 18:03:22 +0000 Subject: [PATCH 7/8] Upgrade dependency hypothesis to ==3.46.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21a3935..7da4fe7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.46.1', + 'hypothesis==3.46.2', # For python 2.6 'hypothesislegacysupport', ] From 3ffb96de7a039407328af66e0ca923f4ac1ef0da Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 2 Mar 2018 07:54:36 +0000 Subject: [PATCH 8/8] Upgrade dependency hypothesis to ==3.47.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7da4fe7..d26c4b5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): tests_require = [ 'flake8==3.5.0', - 'hypothesis==3.46.2', + 'hypothesis==3.47.0', # For python 2.6 'hypothesislegacysupport', ]