From 7a1e37ff1168932558ae80725edee299dfddb0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:52 +0000 Subject: [PATCH] fix: update pytest-mock requirement from <3.10.1 to <3.15.2 Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v0.1.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e77fc7c..12d9e10b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ "pylint==2.17.4", "pylint_junit", "pytest-cov==4.0.0", - "pytest-mock<3.10.1", + "pytest-mock<3.15.2", "pytest-runner", "pytest==7.3.1", "pytest-github-actions-annotate-failures",