From afd9050bf4e0094f98f7186c68a0552cbfcd9e43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:58:14 +0000 Subject: [PATCH] Update dependency pytest-mock to v3.14.0 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index f24c4da..24bf50e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,5 +5,5 @@ isort==5.9.3 mypy==0.910 pytest==6.2.5 pytest-cov==2.12.1 -pytest-mock==3.6.1 +pytest-mock==3.14.0 pdbpp==0.10.3