From 8e6fae487946991175e2787854790368603e8e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:08:53 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to <3.15.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..b7dbec3 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.15.2", "pytest-runner", "pytest==8.0.0", "pytest-github-actions-annotate-failures",