From 750d2e2c12b8c279b7489ed00f70161966529b72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Oct 2018 18:43:09 +0100 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 3.9.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..08252de 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.9.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From fca2301119a89978bef062a4696d40a170bb4382 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Oct 2018 18:43:10 +0100 Subject: [PATCH 2/4] Update pytest-xdist from 1.22.2 to 1.23.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 08252de..2846bd2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.9.1 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.23.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 09914e243ae502969329b97db74dea4882f9d197 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Oct 2018 18:43:11 +0100 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 3.79.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 2846bd2..ddc40f5 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.9.1 pytest-xdist==1.23.2 # for --boxed -hypothesis==3.56.3 +hypothesis==3.79.0 numpy==1.14.2 From 137c29178b2fc9aa212bdb777e7950df9822dfa9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Oct 2018 18:43:13 +0100 Subject: [PATCH 4/4] Update numpy from 1.14.2 to 1.15.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index ddc40f5..e496685 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.9.1 pytest-xdist==1.23.2 # for --boxed hypothesis==3.79.0 -numpy==1.14.2 +numpy==1.15.3