From d2ef300b4dcd20f024cf32277828f97063b7b1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:26:32 +0000 Subject: [PATCH] chore(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] --- pyproject.toml | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..bec0c3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ dependencies = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", - "pytest-mock>=3.12.0", + "pytest-mock>=3.15.1", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0", "black>=23.9.0", @@ -122,7 +122,7 @@ dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", - "pytest-mock>=3.12.0", + "pytest-mock>=3.15.1", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0", "pytest-spec>=3.2.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index ff561f7e..c5b8a5a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # Testing pytest>=7.0.0 pytest-asyncio>=0.21.0 -pytest-mock>=3.10.0 +pytest-mock>=3.15.1 pytest-benchmark>=5.2.3 # Linting and formatting