From d1e59b20c8b779a52710b81a855cf4077134d7bd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 Dec 2019 10:59:32 +0100 Subject: [PATCH] Bump pytest to 5.3.2 (#29990) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 70e78222644..328ad1d5b9a 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.1 +pytest==5.3.2 requests_mock==1.7.0 responses==0.10.6