From 3edf0d3ba6798a6cfab0fe3a45206a49329f9976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:36:45 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mock from 3.6.1 to 3.15.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.15.1. - [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.6.1...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14eb8379..71b3a0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest == 9.0.3", "pytest-asyncio == 0.16.0", "pytest-dependency == 0.6.1", - "pytest-mock == 3.6.1", + "pytest-mock == 3.15.1", "pytest-order == 1.3.0", "httpx >= 0.27.0, < 1.0.0", ]