From e974cc5ce6db81e2e1dc6cb555324e44681b5730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:00:05 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest-mock to <3.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..5e0786b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "pylint==3.0.3", "pylint_junit", "pytest-cov==4.1.0", - "pytest-mock<3.12.1", + "pytest-mock<3.14.1", "pytest-runner", "pytest==8.0.0", "pytest-github-actions-annotate-failures",