From c6455793f50cbbdd11af4db918bd9fac7095903a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2019 20:53:06 +0200 Subject: [PATCH 1/3] Pin pytest to latest version 4.4.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..0b354a5 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.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 6f98771304cb0871daefd6e1400062b0d04da3a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2019 20:53:07 +0200 Subject: [PATCH 2/3] Pin hypothesis to latest version 4.14.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 0b354a5..2cc7717 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.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==4.14.2 numpy From 9b5c43fc75ceac6b150e66dbd8ab8391d80b4062 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2019 20:53:08 +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 2cc7717..f805c2d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.4.0 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==4.14.2 -numpy +numpy==1.16.2