From 15b170fa906e28c04b98252e3acafb51778379dc Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Fri, 7 May 2021 14:06:17 +0000 Subject: [PATCH] Bump Python requirement pytest-mock to 3.6.1 --- tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 0cf8f087..03b081b5 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,3 +1,3 @@ pytest==6.2.4 -pytest-mock==3.5.1 +pytest-mock==3.6.1 pytest-responses==0.5.0 -- GitLab