From d40ef4e5d338e8627e72ffce42965e68bf165b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 04:02:10 +0000 Subject: [PATCH] Bump pytest-mock from 3.15.0 to 3.15.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.15.0 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.15.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f8ba9cf49b..4b473431abf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -313,7 +313,7 @@ pytest-asyncio==1.2.0 # via qcodes (pyproject.toml) pytest-cov==7.0.0 # via qcodes (pyproject.toml) -pytest-mock==3.15.0 +pytest-mock==3.15.1 # via qcodes (pyproject.toml) pytest-rerunfailures==16.0.1 # via qcodes (pyproject.toml)