From 23ddd5a4490fa506d4367a2578e128cb84bcb777 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Mar 2019 19:41:05 +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 7ae20829300556b4a9ec5db4cd36688c3846f705 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Mar 2019 19:41:06 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.7.19 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a05875a..908fd61 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.7.19 numpy From 7abfeb92b8ed278f9fcb6f61761e85e5c6f00dbd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Mar 2019 19:41:07 +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 908fd61..a76230a 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.7.19 -numpy +numpy==1.16.2