From 95c4bd9b573150ea51d98780ac487bd63ee7355a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:23:28 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-mock from 3.14.1 to 3.15.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.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.14.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 8957067..ce5ce5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ lint = [ ] test = [ "pytest==9.1.1", # https://github.com/pytest-dev/pytest (latest: 9.1.1) - "pytest-mock==3.14.1", # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0) + "pytest-mock==3.15.1", # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0) "pytest-sugar==1.0.0", # https://github.com/Teemu/pytest-sugar (latest: 1.0.0) ] tox = [