From fd82cf6e03aaecf826eeb05e0e551dab1921795d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 08:27:56 +0000 Subject: [PATCH] Update dependency pytest-mock to v3 --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 47c39ef..6c3ecd0 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -41,7 +41,7 @@ pylint = { version = "^2.0", python = "^3.6" } # Testing pytest = "^3.3" pytest-cov = "*" -pytest-mock = "1.13.0" +pytest-mock = "3.14.0" responses = "0.25.5" typing = { version = "^3.6.6", python = "^3.6" } codecov = "*"