From 640b46c5a5191df41aaa8ac00bf950ee44f64613 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Sep 2018 18:27:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.7.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..8b43a79 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==3.7.4 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 5549a8aa13589d4857993416adab2afa7be1dbef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Sep 2018 18:27:10 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.70.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 8b43a79..fa1080e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.4 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.70.3 numpy From e9baac4c579e254d33f6697bf074d969c10e8d21 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Sep 2018 18:27:12 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index fa1080e..a73673c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.4 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.70.3 -numpy +numpy==1.15.1