From aa62eac6a90f99ac298ceff708e5de188d3ba8d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 17 Sep 2017 02:59:04 +0200 Subject: [PATCH] Pin pytest to latest version 3.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 65380a10..8061b604 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,6 +8,6 @@ coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 -pytest +pytest==3.2.2 mypy hypothesis