From 887d95bf22da7a21206d6a2bae61fd535a7b834e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 14:23:28 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 4.0.2 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 4.0.2. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/2.0.0...4.0.2) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8259c624..27e9b211 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ blinker==1.4 coverage==5.2.1 -mock==2.0.0; python_version == "2.7" +mock==4.0.2; python_version == "2.7" pytest==5.4.3; python_version > "2.7" pytest<5.0; python_version == "2.7" pycodestyle==2.6.0