From 0c7589caeb56cd64e923c41b08462a2e1de77712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:26:14 +1200 Subject: [PATCH] Bump pytest-mock from 3.14.0 to 3.14.1 (#8909) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8486a764f6..8bb213511b 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ pre-commit # Unit tests pytest==8.3.5 pytest-cov==6.1.1 -pytest-mock==3.14.0 +pytest-mock==3.14.1 pytest-asyncio==0.26.0 pytest-xdist==3.6.1 asyncmock==0.4.2