From e918fc335d58276315ff683ea820a4cf5c8ebaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:04:02 +0000 Subject: [PATCH] chore(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/v1.11.1...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index daff731..9c752fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest-xdist[psutil] mypy>=0.782 pre-commit>=2.6.0 pytest-cov>=2.10.0 -pytest-mock>=1.11.1,<=3.2.0 +pytest-mock<=3.15.1,>=3.15.1 wheel>=0.33 docutils>=0.14 selenium>=4.25