From d00a90504a38094053f0a3e205c88fdc67e90f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:03:24 +0000 Subject: [PATCH] Bump pytest-mock from 3.12.0 to 3.15.1 in /requirements/dev Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.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.12.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] --- 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 e5afeffff..c0cef59e8 100644 --- a/requirements/dev/test.txt +++ b/requirements/dev/test.txt @@ -1,5 +1,5 @@ pytest == 8.3.3 requests_mock == 1.11.0 -pytest_mock == 3.12.0 +pytest_mock == 3.15.1 testcontainers >= 4.0, < 4.13.0 python-dateutil >= 2.9