From 731d2b76c52033ade39e2eca80092d7cbfbf4481 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 20:59:09 +0200 Subject: [PATCH 1/3] Pin pytest 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 4451d4f..0c6659c 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.5.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 4661dbbbca380efadb98fae6977b3fc2708aa499 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 20:59:10 +0200 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.23.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 0c6659c..bd255fe 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.5.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.23.4 numpy From 72c05709f596439c2f9ab940818741d3a2fab6c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 20:59:11 +0200 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index bd255fe..0ec893b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.5.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.23.4 -numpy +numpy==1.16.3