From 5eaa00d5b1240fad1006b1d361d0bfdc255453b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Apr 2019 21:02:06 +0200 Subject: [PATCH 1/4] Update pytest from 3.5.0 to 4.4.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 62891aa..655ea8e 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.4.1 pytest-xdist==1.22.2 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From c52be452bd1538b6f15045a6f630468563dd8c7b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Apr 2019 21:02:07 +0200 Subject: [PATCH 2/4] Update pytest-xdist from 1.22.2 to 1.28.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 655ea8e..fbfecae 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.4.1 -pytest-xdist==1.22.2 # for --boxed +pytest-xdist==1.28.0 # for --boxed hypothesis==3.56.3 numpy==1.14.2 From 982fff8a3a9af7ab23003fb1d37f4b952457ea3d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Apr 2019 21:02:09 +0200 Subject: [PATCH 3/4] Update hypothesis from 3.56.3 to 4.18.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index fbfecae..e6da35e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.4.1 pytest-xdist==1.28.0 # for --boxed -hypothesis==3.56.3 +hypothesis==4.18.0 numpy==1.14.2 From f5169c19fd3548ce8f35951aa4b57dbf04959e82 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Apr 2019 21:02:10 +0200 Subject: [PATCH 4/4] Update numpy from 1.14.2 to 1.16.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index e6da35e..1f2562c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.4.1 pytest-xdist==1.28.0 # for --boxed hypothesis==4.18.0 -numpy==1.14.2 +numpy==1.16.3