From 69f7c8960305449d1070d1be4227d2f6ad61a641 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:29:08 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.8.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..eb842d6 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.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 760145b551874e28e8b6f5deb375cedf1d18ade9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:29:10 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.71.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index eb842d6..b3e14df 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.71.3 numpy From ae8c2f0c15d7adfeea9a7592bc4740c42b3d47ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:29:11 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index b3e14df..457d3f1 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.8.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.71.3 -numpy +numpy==1.15.1