From d35ff35e7e760a5ce2c10514b52fa8b20fb7bbd8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:28:08 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.7.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..425db9f 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.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From c48f18af353e010e86dfdcc91343974f95c19113 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:28:09 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.69.5 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 425db9f..1597f15 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.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.69.5 numpy From 3f6e77d94040bd5f6f4f997f20392640e52b25d7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:28:11 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 1597f15..f2c4561 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.69.5 -numpy +numpy==1.15.1