From f7a129854ed2bc35cc14c00b1edc8a4d3a45068e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 7 Nov 2022 15:35:01 +0100 Subject: [PATCH] Bump pytest-mock to 3.10 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 45565f264..a14a47a52 100644 --- a/src/setup.py +++ b/src/setup.py @@ -249,7 +249,7 @@ setup( 'pytest-cache', 'pytest-cov', 'pytest-django==4.*', - 'pytest-mock==3.9.*', + 'pytest-mock==3.10.*', 'pytest-rerunfailures==10.2', 'pytest-sugar', 'pytest-xdist==2.5.*',