From 600a3ad648af2d43a801daed2bd5acc8c49c6f57 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Aug 2018 19:26:07 +0200 Subject: [PATCH 1/3] Pin pytest to latest version 3.7.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..27be14a 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.7.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 563c708277a1e7f742dac49f58dd9e1801fab35d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Aug 2018 19:26:09 +0200 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.66.30 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 27be14a..a21cc0b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.66.30 numpy From ea44ba2a1c187c8bd86a63edea6935c44544dc71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Aug 2018 19:26:10 +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 a21cc0b..fc24eb8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.66.30 -numpy +numpy==1.15.0