From 66ba5bc2fa6fb1761f78f75366c9b9719f103035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 06:03:19 +0000 Subject: [PATCH] Bump pytest-mock from 1.10.3 to 3.11.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 1.10.3 to 3.11.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/v1.10.3...v3.11.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deploy/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements-test.txt b/deploy/requirements-test.txt index 7ecb484dd357..269061ba31d0 100644 --- a/deploy/requirements-test.txt +++ b/deploy/requirements-test.txt @@ -1,7 +1,7 @@ pytest==4.3.0 pytest-cov==2.9.0 pytest-django==3.4.7 -pytest-mock==1.10.3 +pytest-mock==3.11.1 requests-mock==1.5.2 pyyaml>=5.3.1 moto==1.3.16.dev122