From 771769f18416b43e12b41216e57a6813b56c0ed6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 6 Mar 2018 01:44:20 +0200 Subject: [PATCH] Pin pytest to latest version 3.4.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8ff9329a..16f74b59 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ flake8==3.5.0 -pytest<3.3.0 # Python3.3 dropped in 3.3. And some problems with catchlog +pytest==3.4.2 # Python3.3 dropped in 3.3. And some problems with catchlog pytest-cov==2.5.1 pytest-catchlog==1.2.2 docker-py==1.10.6