From 9dcd7a199b442168e67bc1129b5eca2070af6d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:55:12 +0000 Subject: [PATCH] build(deps): update pytest-mock requirement from >=3.11.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.11.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8a1408..6f4d5f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ # Testing dependencies pytest>=7.4.0 pytest-cov>=7.1.0 -pytest-mock>=3.11.0 \ No newline at end of file +pytest-mock>=3.15.1 \ No newline at end of file