From 0b5cff6728fa9b152835bada09f54592538240cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:54:55 +0000 Subject: [PATCH] Update pytest-mock requirement from <3.15,>=3.14.0 to >=3.14.0,<3.16 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 ef616b6..3d47ade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ notebooks = [ dev-tests = [ "pytest>=8.3.1,<8.5", "pytest-cov>=6.0.0,<7.1", - "pytest-mock>=3.14.0,<3.15", + "pytest-mock>=3.14.0,<3.16", "scikit-learn>=1.5.1,<1.7", ] dev-ruff = [