From 772f0ab7bde39121f9103bbe3672fd46a2527fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 19:03:53 +0000 Subject: [PATCH] Bump pytest-mock from 3.8.1 to 3.10.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.1 to 3.10.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/v3.10.0/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.8.1...v3.10.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 209c8b10956..d79bce72b5c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,7 +8,7 @@ mypy-extensions==0.4.3; implementation_name=="cpython" proxy.py==2.4.3 pytest==6.2.5 pytest-cov==3.0.0 -pytest-mock==3.8.1 +pytest-mock==3.10.0 re-assert==1.1.0 setuptools-git==1.2 trustme==0.9.0; platform_machine!="i686" # no 32-bit wheels