From e2a9c652ab9222a11d6b1b5e2b6ce03493960f58 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 6 Dec 2019 09:08:06 +0100 Subject: [PATCH] Bump pytest to 5.3.1 (#29535) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 9d63b59f62a..70e78222644 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -14,6 +14,6 @@ pytest-aiohttp==0.3.0 pytest-cov==2.8.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.3.0 +pytest==5.3.1 requests_mock==1.7.0 responses==0.10.6