From 3eb5f34ae27fa2904cb479e449df5672a3e2a3d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Jan 2019 19:13:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.1.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..6bce8be 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.1.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 84002c2a8c2b64201756ccf474bfc3c4a377aff7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Jan 2019 19:13:11 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.86.6 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 6bce8be..2787819 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.1.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.86.6 numpy From 11b9577b5a9ccec61193782a9202cd837bad2854 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Jan 2019 19:13:12 +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 2787819..d0ca86f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.1.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.86.6 -numpy +numpy==1.15.4