From 0ded9ad793e065c92b847392ebcc2f5620cefcd2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:47:17 +0100 Subject: [PATCH 1/4] Pin pytest to latest version 4.3.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..73f8196 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==4.3.0 pytest-xdist # for --boxed hypothesis numpy From cf2d3f27c7ccb653615f49ad6ca772a352f02383 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:47:19 +0100 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.26.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 73f8196..526b159 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.3.0 -pytest-xdist # for --boxed +pytest-xdist==1.26.1 # for --boxed hypothesis numpy From a6fd08f1c821bf7b758487092fb11756d45ece45 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:47:20 +0100 Subject: [PATCH 3/4] Pin hypothesis to latest version 4.10.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 526b159..a4d0ecf 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.3.0 pytest-xdist==1.26.1 # for --boxed -hypothesis +hypothesis==4.10.0 numpy From b1f21410502abffe10106919abe09f16471c9014 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Mar 2019 19:47:21 +0100 Subject: [PATCH 4/4] Pin numpy to latest version 1.16.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a4d0ecf..b013ac5 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.3.0 pytest-xdist==1.26.1 # for --boxed hypothesis==4.10.0 -numpy +numpy==1.16.2