From 3da23eb95c5571fc0615c1aba61a71db977fef79 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 28 Nov 2017 07:12:30 -0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 770a83e..b6d6bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Testing and deployment packages. coverage==4.4.2 -pytest==2.9.2 -pytest-cov==2.4.0 +pytest==3.30 +pytest-cov==2.5.1 freezegun==0.3.9 -wheel==0.29.0 +wheel==0.30.0 -- 2.30.2