From 85214cd52b460c8e4897aee08ceb458e40e41e5e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 12:14:23 +0000 Subject: [PATCH] Bump mock from 3.0.5 to 4.0.1 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.1. - [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.1) 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..cddd5d1 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.1 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest