From c11e6db97db6720d4513b9d09ec3909703a0d1ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:44:09 +0000 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 3.9.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..e7b3cb1 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.3 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 58a65ca119c7d7c2211b5575c5ca2755188a2baf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:44:11 +0000 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 e7b3cb1..f6defa1 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.3 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.23.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From eb9f75140d12a1656010e9705a35a813327c6bf6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:44:13 +0000 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 3.81.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f6defa1..ca03a61 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.3 pytest-xdist==1.23.2 # for --boxed -hypothesis==3.56.3 +hypothesis==3.81.0 numpy==1.14.2 From 8bedcb86c65273c43c0b673b757f091d0891c531 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:44:14 +0000 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 ca03a61..21ead70 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.9.3 pytest-xdist==1.23.2 # for --boxed hypothesis==3.81.0 -numpy==1.14.2 +numpy==1.15.3