From 68fbb9aed1911de82880e344d582d67d1d58f2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:41:10 +0000 Subject: [PATCH] Bump pytest-mock from 3.14.0 to 3.15.1 in /python-wrapper Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.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.14.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index e8371cd..2f8df26 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "selenium==4.32.0", "ipykernel==6.30.1", "palettable==3.3.3", - "pytest-mock==3.14.0", + "pytest-mock==3.15.1", "nbconvert==7.16.6", "streamlit==1.45.0", "matplotlib>=3.9.4",