From 7e8935eb720bbea2a063c69742a35a8f1d86ab47 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jan 2019 19:12:16 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.1.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..e77bdd5 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.1.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 24ec42e65e0d800acac8d55b3b02307159779ffa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jan 2019 19:12:18 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.4.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index e77bdd5..f65cdee 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.1.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.4.3 numpy From 3b80250e11cfad57756a8daf4c6342c515b68a06 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jan 2019 19:12:19 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f65cdee..bb7de32 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.1.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.4.3 -numpy +numpy==1.16.0