From 1abc3115f57a218edca9f34361ca7bbae543baab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:50:36 +0000 Subject: [PATCH] Bump pytest-mock from 3.12.0 to 3.14.1 in /requirements/dev Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.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.12.0...v3.14.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev/test.txt b/requirements/dev/test.txt index 5804b57ca..734fbeae1 100644 --- a/requirements/dev/test.txt +++ b/requirements/dev/test.txt @@ -1,4 +1,4 @@ pytest == 8.3.3 requests_mock == 1.11.0 -pytest_mock == 3.12.0 +pytest_mock == 3.14.1 testcontainers >= 4.0 \ No newline at end of file