From 996b6a1123c2b86c6762e9fd868587d13d834fd1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Jun 2018 18:50:07 +0200 Subject: [PATCH 1/3] Update pytest from 3.5.0 to 3.6.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..bca6b73 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.6.0 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 44937c404b03f41c85a8adf4b7c05f2d3aaab8be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Jun 2018 18:50:08 +0200 Subject: [PATCH 2/3] Update hypothesis from 3.56.3 to 3.57.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index bca6b73..56ad75e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.6.0 pytest-xdist==1.22.2 # for --boxed -hypothesis==3.56.3 +hypothesis==3.57.0 numpy==1.14.2 From 2e663d4248b617d5f5fc45d1803a19823620c161 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Jun 2018 18:50: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 56ad75e..bc630f3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.6.0 pytest-xdist==1.22.2 # for --boxed hypothesis==3.57.0 -numpy==1.14.2 +numpy==1.14.3