From 031d715b84590516e766fd4cf6914faeada2f8ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 02:24:04 +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..6337a06 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.11.1", "pytest-runner", ], extras_require={