From e8a8fb07e3fb916cf0a3e5b00f5e1c34c888eaea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 05:12:24 +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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40dfa4c..40a6ad7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -mock==3.0.5 \ No newline at end of file +mock==4.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 1ba0067..3a432a8 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,6 @@ keywords="music generator theory probability random song melody tune", include_package_data=True, install_requires=[ - "mock==3.0.5", + "mock==4.0.1", ] )