From cb64841952204173a24e4a9447c65a43be107c25 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:25:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.7.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..f0fbea3 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.7.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 433497146c9eb9f61990e91cc359c84816651cf1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:25:10 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.69.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f0fbea3..a948578 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.69.0 numpy From 4e7ea4819c50e6a53b9e2e423d20d2ae54216d2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:25:11 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a948578..b58896c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.69.0 -numpy +numpy==1.15.0