From e1530a30f26f38aba5936dc3d4d8970c1f9548c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 05:12:34 +0000 Subject: [PATCH] Bump mock from 3.0.5 to 4.0.2 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.2. - [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.2) 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..30fee6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -mock==3.0.5 \ No newline at end of file +mock==4.0.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 1ba0067..829fb1e 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.2", ] )