From a7f5d72b94a34a7dd51505dd10c3c49504e5914f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Apr 2018 15:35:07 +0200 Subject: [PATCH 1/3] Update pytest from 3.5.0 to 3.5.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..515effa 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.5.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 41bc5794ccca6d36932db1eed14d88f9a74a3b28 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Apr 2018 15:35:09 +0200 Subject: [PATCH 2/3] Update hypothesis from 3.56.3 to 3.56.5 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 515effa..d5ad3a2 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.1 pytest-xdist==1.22.2 # for --boxed -hypothesis==3.56.3 +hypothesis==3.56.5 numpy==1.14.2 From 91437c6e0aeb9710ba1cca0616c77586d6b36d0c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Apr 2018 15:35:10 +0200 Subject: [PATCH 3/3] Update numpy from 1.14.2 to 1.14.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index d5ad3a2..3f49868 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.5.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.5 -numpy==1.14.2 +numpy==1.14.3