From 834a3dfa19583cd26b93f0ffc3272142db9073d8 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:04:29 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to v3.15.1 Ref: PACT-445 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fcf5148..a0036d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -869,14 +869,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" -version = "3.14.1" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"}, - {file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"}, + {file = "pytest_mock-3.15.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"}, + {file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"}, ] [package.dependencies] @@ -1135,4 +1135,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e036003b460a15600ed8c11d1e09434a4036af763ad7e5713e4eded8c53b911" +content-hash = "1a317773cec2e79d26fd9781dd4aeb00158e0cfb4409b0c05aacd063d435be15" diff --git a/pyproject.toml b/pyproject.toml index 072dc27..09f3c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,5 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "8.4.1" pytest-asyncio = "1.1.0" -pytest-mock = "3.14.1" +pytest-mock = "3.15.1" pact-python = "2.3.1"