From ec054aeac220ed5899e36e324cb97016a4ead53f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:43:09 +0000 Subject: [PATCH 1/3] Pin pytest to latest version 3.10.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..8329c52 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.10.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 7fe9642ae4abec7aa736a7b4f41fb04418e926ca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:43:10 +0000 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.82.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 8329c52..15c67d9 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.10.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.82.1 numpy From a703e3ae52852be0006cede72c64c54a8325a913 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:43:12 +0000 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 15c67d9..440ed26 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.10.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.82.1 -numpy +numpy==1.15.4