From 550eb153e831a31e4807dc53f656d4e0112cf4a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 02:34:39 +0000 Subject: [PATCH] chore(deps-dev): bump mock from 1.0.1 to 4.0.3 Bumps [mock](https://github.com/testing-cabal/mock) from 1.0.1 to 4.0.3. - [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/1.0.1...4.0.3) Signed-off-by: dependabot-preview[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d51db62..b5b2aa7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,5 +6,5 @@ pep8==1.5.7 # flake8 pyflakes==2.1.1 # flake8 flake8==2.4.1 -mock==1.0.1 +mock==4.0.3 nose==1.3.7 \ No newline at end of file