From b502854ea4d5a71f5396fe4f2eceb760c3fe307f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:48:08 +0000 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 3.10.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..0cb2dc0 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==3.10.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 5d9044c870113b7d054618a803a46ee425e433dc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:48: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 0cb2dc0..75c6615 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.10.1 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.24.1 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 1d02471c60eacd3ef9deaaed9487f0a9127c8f43 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:48:11 +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 75c6615..2e4296a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.10.1 pytest-xdist==1.24.1 # for --boxed -hypothesis==3.56.3 +hypothesis==3.82.1 numpy==1.14.2 From e304c15ba5b1cb45281341bedbd8ef64915f1aa7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 17:48: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 2e4296a..47c58a8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.10.1 pytest-xdist==1.24.1 # for --boxed hypothesis==3.82.1 -numpy==1.14.2 +numpy==1.15.4