From 52ac226937293687a4426e39f034a9031466999a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Feb 2019 19:37:05 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 4.2.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..61882d8 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.2.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From cffec1f91592ef61c588d4dc71945345ac7770c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Feb 2019 19:37:06 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.6.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 61882d8..eabc35e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.2.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.6.0 numpy From a5d13e7080bcbc1699b5763d895d6c87bc7999e1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Feb 2019 19:37:07 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.16.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index eabc35e..08cab91 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.2.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.6.0 -numpy +numpy==1.16.1