From 09590275c75528b1e68f78459d2cfdf5006f8384 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 19:14:11 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.2.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..631ed90 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.2.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From d98c250d437bb797e4a16244de5c9b00fe1d4b56 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 19:14:12 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.5.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 631ed90..4c58d30 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.2.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.5.0 numpy From 853f92f02433f9f85170d8d649acbf59c744866d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 19:14:14 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4c58d30..beca294 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.2.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.5.0 -numpy +numpy==1.16.1