From a3c8aa244f9a43d405e802a234a3eaa908751a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:26:42 +0000 Subject: [PATCH] Bump pytest-mock from 1.11.1 to 3.5.1 in /requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 1.11.1 to 3.5.1. - [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/v1.11.1...v3.5.1) Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 4788e153a269..12212bf3a05f 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -10,7 +10,7 @@ pytest pytest-cov pytest-django pytest-pythonpath -pytest-mock==1.11.1 +pytest-mock==3.5.1 pytest-timeout pytest-xdist==1.34.0 # 2.0.0 broke zuul for some reason tox # for awxkit