From e3ef30c25d50064090ccc4d1bff5bce9fb27171f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 20:56:07 +0200 Subject: [PATCH 1/3] Pin pytest to latest version 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 4451d4f..da630a7 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.4.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 3eee66e3c8a954bb10086f922e9d208545331875 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 20:56:08 +0200 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.16.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index da630a7..c9e1daa 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 # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.16.0 numpy From a360ed9fe335f7ecc47e7a69e57d18ae9e5f6cf4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 20:56:09 +0200 Subject: [PATCH 3/3] 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 c9e1daa..22f7ca3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.4.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.16.0 -numpy +numpy==1.16.2