From 9138f41d2be32b54294ad034ab77343948c64e15 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Jul 2018 19:19:08 +0200 Subject: [PATCH 1/3] Pin pytest to latest version 3.6.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..1bfb8d1 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.6.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From d0591ab7a4c0abc7ae22f9e773c44e044fc40d2d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Jul 2018 19:19:10 +0200 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.66.6 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 1bfb8d1..ffffab7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.6.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.66.6 numpy From 105937b701f8024f12dfb28de9795e331ce683f5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Jul 2018 19:19:11 +0200 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index ffffab7..c8056e8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.6.3 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.66.6 -numpy +numpy==1.15.0