From f62a3ae1776caf2aa360446bd91b069bc680471f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 05:15:33 +0000 Subject: [PATCH] Bump pytest-mock from 3.14.0 to 3.14.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.0 to 3.14.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.14.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f20ab301..b8003f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ write_to = "python/mtap/version.py" [project.optional-dependencies] test = [ "pytest==8.3.5", - "pytest-mock==3.14.0", + "pytest-mock==3.14.1", "grpcio-testing==1.67.1", "requests==2.32.3", ]