From d4de2f27d8a67c90815225786c5386bbced2e7a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 19:09:01 +0000 Subject: [PATCH] ci(deps): Update dependency pytest-mock to v3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7914649..e5881db 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def read(fname: str) -> str: "PyHamcrest==1.10.1", "pytest-cov", "pytest-flask", - "pytest-mock==1.13.0", + "pytest-mock==3.8.0", "pytest-runner", ], extras_require={