From 057bff7c5eeade54b062ba7645c64eca9e25f4cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:07:06 +0200 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 4.5.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..e3909d9 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest==3.5.0 +pytest==4.5.0 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 28646c86e03445515036a4ec4d94c63404bf87a9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:07:07 +0200 Subject: [PATCH 2/4] Update pytest-xdist from 1.22.2 to 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 e3909d9..123cff8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.5.0 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.28.0 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From f8889f0552efab21a3cec8490a52f9e457a2b9cb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:07:08 +0200 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 4.23.6 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 123cff8..67ff30a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.5.0 pytest-xdist==1.28.0 # for --boxed -hypothesis==3.56.3 +hypothesis==4.23.6 numpy==1.14.2 From 5956717951751768b40060033d93630cd9016afe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:07:09 +0200 Subject: [PATCH 4/4] Update numpy from 1.14.2 to 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 67ff30a..6765181 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.5.0 pytest-xdist==1.28.0 # for --boxed hypothesis==4.23.6 -numpy==1.14.2 +numpy==1.16.3