From 5cbcd77df80bce4ff313b2aaa617188014bab007 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 27 Nov 2019 13:09:16 -0300 Subject: [PATCH] Update pytest from 4.6.6 to 5.3.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c713a3b..3ea468f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,6 +8,6 @@ moto==1.3.6 py==1.8.0 pytest-cov==2.8.1 pytest==5.3.1; python_version == '2.7' -pytest==4.6.6; python_version == '3.4' +pytest==5.3.1; python_version == '3.4' pytest==5.2.1; python_version > '3.4' wheel==0.33.6