From 2adc788475e52a4970fb28595dc15d075d285d0d Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 5 Sep 2018 08:18:23 -0700 Subject: [PATCH] Update pytest and pytest-cov --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b222643..1f3be88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Testing and deployment packages. coverage==4.4.2 -pytest==3.6.1 -pytest-cov==2.5.1 +pytest==3.7.4 +pytest-cov==2.6.0 freezegun==0.3.10 twine==1.11.0 wheel==0.31.1 -- 2.30.2