From 325d2886444a5c3374d1f2188a308a65b030a8f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 19:45:07 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.3.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..9c82d89 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.3.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 3a4f13df27ea70ee8c4e8cb6e0963b3c0ad87df9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 19:45:09 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.12.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 9c82d89..3d2ad37 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.3.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.12.0 numpy From cceff1ecb9cd935267530caec2ff4fc954780ecb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 19:45:10 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3d2ad37..5a531f6 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.3.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.12.0 -numpy +numpy==1.16.2