From 668f2e45efb881b5ac088c9af29f43b3c2873220 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 06:31:01 +0000 Subject: [PATCH] Bump pytest-mock from 1.11.2 to 3.1.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 1.11.2 to 3.1.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/v1.11.2...v3.1.0) Signed-off-by: dependabot-preview[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 2c51bba..ecff934 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,4 @@ coverage==4.5.4 pytest-flask==0.15.0 -pytest-mock==1.11.2 +pytest-mock==3.1.0 pytest==5.2.2