From f81c55151a1a660f56748618bf0a847de0afc858 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 19:01:07 +0100 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 69399ad172280ee703302659dc0fca2c1963db8b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 19:01:09 +0100 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 c2373276e484d7ea0eaad7d2bc9ea45bc82f3cb7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 19:01:10 +0100 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 197b84bbb1d5d3adb476e3aba934c403241e693e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 19:01: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 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