From cb607d0b7405722cc0cc9d88a9124b099f762402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 06:22:47 +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 23be380..3a419da 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.3" typing = { version = "^3.6.6", python = "^3.6" } codecov = "*"