From d280bdca4187b73047225224ce28c8df6d31872e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 11:16:16 +0100 Subject: [PATCH] Bump pytest-mock from 3 to 3.1.0 (#1407) Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3 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/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7471728..589a759 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,6 +9,6 @@ pycodestyle==2.5.0 pyflakes==2.1.1 pytest==5.3.5 pytest-cov==2.8.1 -pytest-mock==3 +pytest-mock==3.1.0 pytest-sugar==0.9.2 twine==3.1.1