From adf24992ba60bb00ee172228ce4b7ffd7e5b168f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:34:25 +0000 Subject: [PATCH] deps-dev(deps-dev): update pytest-mock requirement 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.14.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 0a8a753..5056423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "pytest>=8.3.5", "pytest-cov>=6.1.1", "pytest-html>=4.1.1", - "pytest-mock>=3.14.0", + "pytest-mock>=3.15.1", "ruff>=0.11.5", "taskipy>=1.14.1", "hypothesis>=6.148.4",