From 1b518f57b5594dea12a68ac51ef1cf206a526a3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 May 2019 21:04:07 +0200 Subject: [PATCH 1/4] Pin pytest to latest version 4.4.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..1f41385 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.4.1 pytest-xdist # for --boxed hypothesis numpy From 8c09e1136cd8a981462ea22650a9f6764060702e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 May 2019 21:04:09 +0200 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.28.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 1f41385..487c710 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.4.1 -pytest-xdist # for --boxed +pytest-xdist==1.28.0 # for --boxed hypothesis numpy From a8249c4d48a14d85f093271864777371b98c4788 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 May 2019 21:04:10 +0200 Subject: [PATCH 3/4] Pin hypothesis to latest version 4.21.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 487c710..abc2719 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.4.1 pytest-xdist==1.28.0 # for --boxed -hypothesis +hypothesis==4.21.1 numpy From 98a57228b4223b045115a338cc8024ac87cc9e2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 May 2019 21:04:12 +0200 Subject: [PATCH 4/4] 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 abc2719..d7ce387 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.4.1 pytest-xdist==1.28.0 # for --boxed hypothesis==4.21.1 -numpy +numpy==1.16.3