From ea5b5fbe31620997b0854aa9fd9cec43df1b2fb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 12:13:58 +0000 Subject: [PATCH] Bump mock from 3.0.5 to 4.0.0 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.0. - [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.5...4.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4836630..0da166a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ execnet==1.7.1 # via pytest-shutil importlib-metadata==1.4.0 # via pytest kiwisolver==1.1.0 # via matplotlib matplotlib==3.1.2 -mock==3.0.5 # via pytest-shutil +mock==4.0.0 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest