From 3c51345c3f3ae19836ce3f3c84c16dc83141da87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:00:00 +0000 Subject: [PATCH] deps(deps): update pytest-mock requirement from >=3.12.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.12.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-modules/ai-ml-translation.txt | 2 +- requirements-modules/testing-quality.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-modules/ai-ml-translation.txt b/requirements-modules/ai-ml-translation.txt index 87f0e1311..d62fc8a2b 100644 --- a/requirements-modules/ai-ml-translation.txt +++ b/requirements-modules/ai-ml-translation.txt @@ -19,4 +19,4 @@ transformers>=4.0.0 numpy>=1.24.0 # Quality Testing -pytest-mock>=3.12.0 +pytest-mock>=3.15.1 diff --git a/requirements-modules/testing-quality.txt b/requirements-modules/testing-quality.txt index dfa428cee..9b989b2d7 100644 --- a/requirements-modules/testing-quality.txt +++ b/requirements-modules/testing-quality.txt @@ -2,7 +2,7 @@ # Specialized dependencies for testing and quality assurance # Testing Framework -pytest-mock>=3.12.0 +pytest-mock>=3.15.1 pytest-asyncio>=0.21.0 pytest>=7.4.0