From 823c7b404d152b85dbfbf43ce6f6eff7ef5fbeac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 21 Feb 2018 09:24:33 +0100 Subject: [PATCH] Update pytest from 3.4.0 to 3.4.1 --- backend/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/test.txt b/backend/requirements/test.txt index 15f4b500bd..a971af5abb 100644 --- a/backend/requirements/test.txt +++ b/backend/requirements/test.txt @@ -1,6 +1,6 @@ -r base.txt -pytest==3.4.0 +pytest==3.4.1 pytest-cov==2.5.1 pytest-django==3.1.2 codacy-coverage==1.3.10