From 7d84491f1bd356e2f21bc81e3907a3991478d19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Wed, 13 Mar 2019 15:58:58 +0200 Subject: [PATCH] Upgrade pytest from 4.3.0 to 4.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c42cd2..9bdf909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ coverage==4.5.3 mypy==0.670 ; platform_python_implementation != 'PyPy' prospector==1.1.6.2 -pytest==4.3.0 +pytest==4.3.1 pytest-cov==2.6.1 pytest-django==3.4.8 sphinx_rtd_theme==0.4.3