From 80470caac788bc8b96e0fef6d444aca48bf12518 Mon Sep 17 00:00:00 2001 From: cn Date: Tue, 2 Jul 2019 08:49:10 +0200 Subject: [PATCH] deps: update pytest from 4.5.0 to 4.6.4 - pytest 5.0 and newer are not Python 2 compatible --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f559dd..daf018a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mock==3.0.5 pylint==1.9.3 # pyup: ignore -pytest==4.5.0 +pytest==4.6.4 # pyup: ignore snapshottest==0.5.0