From 82eec4cf8d7757cb40b7fb56e1863a24820d5a05 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:43:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.3.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..a05875a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==4.3.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From f3268726e91eb14d453f1137d1acb1184ac01b89 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:43:10 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.10.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a05875a..9dfc9ef 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.3.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.10.0 numpy From 2ce1fb45a4e24803d72a99df5c67ff80d3c882e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:43:11 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 9dfc9ef..c68dc6c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.3.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.10.0 -numpy +numpy==1.16.2