From 29760e6efad7cc90cca878f05dbf6f5b355a5539 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Dec 2018 19:09:08 +0100 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 4.0.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..24764d2 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.2 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 263c543a524f13ed45e06a822cfd7875bb2b1bb4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Dec 2018 19:09:09 +0100 Subject: [PATCH 2/4] Update pytest-xdist from 1.22.2 to 1.25.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 24764d2..5187ba2 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.2 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.25.0 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 0e88acde881c20152daa51342fd7abd8ca447b4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Dec 2018 19:09:10 +0100 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 3.85.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 5187ba2..0b356a9 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.2 pytest-xdist==1.25.0 # for --boxed -hypothesis==3.56.3 +hypothesis==3.85.2 numpy==1.14.2 From 25294632503c26b4d4365b1d0e5c79d6861d778c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Dec 2018 19:09:12 +0100 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 0b356a9..9a7549f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.0.2 pytest-xdist==1.25.0 # for --boxed hypothesis==3.85.2 -numpy==1.14.2 +numpy==1.15.4