From c9d6b07ce234ab8ff9b763db426385aaab007955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 00:51:01 +0000 Subject: [PATCH] Update dependency pytest-mock to v3 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8879da6..22a2003 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ bandit==1.6.2 black==18.9b0 pytest==5.2.0 pytest-cov==2.6.1 -pytest-mock==1.10.0 +pytest-mock==3.14.0 pytest-runner==4.2 isort==4.3.21 \ No newline at end of file