From facdf6b653d79e78455d5960e60c7a8df6cca0df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 18:56:08 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.0.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..c2a1449 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.0.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 4fd5bcbcc77cf15226b1ed302558dba924e59bea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 18:56:10 +0100 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 c2a1449..31a478f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.0.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.82.1 numpy From 8674642a0fc17e5ca7cd6a5756dc5484ee9bbb23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 18:56:11 +0100 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 31a478f..9b752e9 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.0.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.82.1 -numpy +numpy==1.15.4