From 93b6b371b28d72ed5d847ba40a50a0176bc060b9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Nov 2018 17:47:07 +0000 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 4.0.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..a11eb03 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.0.0 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 1fbf396c894995b82bb3fbc2f88ce5258a9cb1f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Nov 2018 17:47:09 +0000 Subject: [PATCH 2/4] Update pytest-xdist from 1.22.2 to 1.24.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a11eb03..c8cabd2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.0.0 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.24.1 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From c053b104a34848be0f5bc2354c411774fa805bcc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Nov 2018 17:47:10 +0000 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 3.82.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index c8cabd2..41f65b4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.0.0 pytest-xdist==1.24.1 # for --boxed -hypothesis==3.56.3 +hypothesis==3.82.1 numpy==1.14.2 From 80e2705ea980be7bd747cb256e214fb8547cb558 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Nov 2018 17:47:12 +0000 Subject: [PATCH 4/4] Update numpy from 1.14.2 to 1.15.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 41f65b4..dad587e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.0.0 pytest-xdist==1.24.1 # for --boxed hypothesis==3.82.1 -numpy==1.14.2 +numpy==1.15.4