From 869b5a9769c6983a01468e69435747454c642405 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:32:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.8.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..eb842d6 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.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From f0388e0e0b03f69f4f4840dc6d719373ea20a40e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:32:11 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.71.8 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index eb842d6..6ce784a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.71.8 numpy From 6c220ee02a8b933cadc1e62a362a08764e0e9636 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:32:12 +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 6ce784a..5f53852 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.71.8 -numpy +numpy==1.15.1