From cb89a85cfef95a4856a1e705b87360e57373da1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 06:20:30 +0000 Subject: [PATCH] Bump pytest-mock from 3.3.1 to 3.5.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.3.1...v3.5.0) 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 a4b0c959c70..d6b6b9f0556 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,7 +8,7 @@ mypy==0.790; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" pytest==6.1.2 pytest-cov==2.10.1 -pytest-mock==3.3.1 +pytest-mock==3.5.0 re-assert==1.1.0 setuptools-git==1.2 trustme==0.6.0; platform_machine!="i686" # no 32-bit wheels