From 8e828c814da893e3e1de727cc9b25f44355651cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 14:24:52 +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 a1bae58598a3..4970d99dcb2e 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -8,7 +8,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