From 82eb2041f62295ecb959f475856ebbb2d08840f1 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Fri, 28 Jan 2022 14:01:56 +0000 Subject: [PATCH] Bump Python requirement pytest-mock to 3.7.0 --- tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 08d078bb..47faaa6a 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,3 +1,3 @@ pytest==6.2.5 -pytest-mock==3.6.1 +pytest-mock==3.7.0 pytest-responses==0.5.0 -- GitLab