From 0280af4407db6aefe27f18ab0c12572394dcdb8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 May 2018 18:46:07 +0200 Subject: [PATCH 1/4] Pin pytest to latest version 3.6.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..b1ef514 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.0 pytest-xdist # for --boxed hypothesis numpy From 2bbd9747e3776eadf8c7d999fd3ba074818b6a87 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 May 2018 18:46:09 +0200 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.22.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index b1ef514..471e03b 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.0 -pytest-xdist # for --boxed +pytest-xdist==1.22.2 # for --boxed hypothesis numpy From 225f62a2c6ef83e8f1dc7e02fff37891ecf2a628 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 May 2018 18:46:10 +0200 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.57.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 471e03b..af499c5 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.0 pytest-xdist==1.22.2 # for --boxed -hypothesis +hypothesis==3.57.0 numpy From 0d23c7ea5cbf37d66a49f1d64545198adcebb669 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 May 2018 18:46:12 +0200 Subject: [PATCH 4/4] Pin numpy to latest version 1.14.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index af499c5..bc630f3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.6.0 pytest-xdist==1.22.2 # for --boxed hypothesis==3.57.0 -numpy +numpy==1.14.3