From a6742fdca2c4e9f4ab7764cfc7bc7148c465f36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:56:33 +0000 Subject: [PATCH] Update pytest-mock requirement from >=3.10.0 to >=3.15.1 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/v3.10.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 ad075bde..f0b7d090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=0.21.0", "pytest-cov>=4.0.0", - "pytest-mock>=3.10.0", + "pytest-mock>=3.15.1", # Lint + format (single tool — ruff handles both `check` and `format`) "ruff>=0.4.0", "mypy>=1.5.0",