From 611127a6bcf61f9819280b88e3773b29d1315a15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 31 Jan 2020 00:04:59 +0100 Subject: [PATCH] Bump pytest to 5.3.5 (#31327) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8d1a8ba287e..bd2875f7115 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -15,6 +15,6 @@ pytest-aiohttp==0.3.0 pytest-cov==2.8.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.3.4 +pytest==5.3.5 requests_mock==1.7.0 responses==0.10.6