From 9d650245eec61aa06a53c4d28a1f03982b141f70 Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Sat, 7 Nov 2020 12:39:37 +0100 Subject: [PATCH] Upgrade pytest to 6.1.2 (#40662) * Upgrade pytest to 6.1.0 * Upgrade pytest to 6.1.2 --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 67252f554b4..77c68763894 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -21,7 +21,7 @@ pytest-test-groups==1.0.3 pytest-sugar==0.9.4 pytest-timeout==1.4.2 pytest-xdist==2.1.0 -pytest==6.0.2 +pytest==6.1.2 requests_mock==1.8.0 responses==0.12.0 respx==0.14.0 -- GitLab