From ef32b3d71e8d5d20ec12d370d58037c0397f166d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:02:33 +0000 Subject: [PATCH] Update pytest-mock requirement from ==3.14.* to >=3.14,<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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfa429a..acd81a6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "dev": [ "pytest==8.2.*", "pytest-cov==5.0.*", - "pytest-mock==3.14.*", + "pytest-mock>=3.14,<3.16", "black==24.4.*", "flake8==7.1.*", "freezegun==1.5.*",