From 1e1495974e51c0bc16e56726d7a03955b94266c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:39:09 +0000 Subject: [PATCH 1/3] Pin pytest to latest version 3.9.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..b25fc15 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.9.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From ee94b1e979bd4bdbab26b9ecce3cd57ec7633dde Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:39:10 +0000 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.81.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index b25fc15..3a1e772 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.9.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.81.0 numpy From 1c839d25699460c063a94f4e5c7dec521d906181 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:39:12 +0000 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3a1e772..f976588 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.9.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.81.0 -numpy +numpy==1.15.3