From ece534d4fbcb15826ad2f7d29040f69918c593ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:57:07 +0000 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 4.0.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..c0ab984 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.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 3bb891d2a9da3a523e3f2cc7e6a5e495ff8cec45 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:57: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 c0ab984..1fd0837 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.1 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.24.1 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 70adf462e510995abd71ce7ff9dcd02650f258ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:57: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 1fd0837..4d21072 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.1 pytest-xdist==1.24.1 # for --boxed -hypothesis==3.56.3 +hypothesis==3.82.1 numpy==1.14.2 From 7f99504406cf8ce69e53eb3c0369ee8d38b71b25 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:57: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 4d21072..d84a132 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.0.1 pytest-xdist==1.24.1 # for --boxed hypothesis==3.82.1 -numpy==1.14.2 +numpy==1.15.4