From 3cb4f29386e3dc92859c87dc58a272ac166986b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 11:22:00 +0000 Subject: [PATCH] Update mock requirement from ~=3.0 to ~=4.0 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [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/3.0.0...4.0.0) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 78bdce7b..dc9ed100 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ tox-travis = "~=0.12" httpretty = "~=0.9" python-dateutil = "~=2.8" -mock = "~=3.0" +mock = "~=4.0" pylint = "~=2.4" astroid = "~=2.3"