From 64f7cfa0b176985182034cb5804fc0e4a27a2754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:47:48 +0000 Subject: [PATCH] Bump pytest-mock from 3.14.1 to 3.15.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.1 to 3.15.0. - [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.1...v3.15.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66aa7f6..9a01934 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ boto3==1.40.21 botocore>=1.35.10 pytest==8.4.1 -pytest_mock==3.14.1 +pytest_mock==3.15.0 requests==2.32.5 # Code linters, formatters, and security scanners