From 74eed4bede22b047a38fe1a25bd5117460fc8cca Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Wed, 18 Oct 2017 14:40:54 -0400 Subject: [PATCH] :arrow_up: mock 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56cccc8..0c829d5 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def run_tests(self): "pytest-flakes>=1.0.1", "pytest>=2.9.2", "httpretty>=0.8.3", "flask>=0.10.1", "oauthlib>=0.6.3", "semantic_version>=2.3.1", - "mock==1.0.1"], + "mock==1.3.0"], cmdclass={"test": PyTest}, install_requires=["oauth2>=1.9.0.post1", "httplib2>=0.9", "six>=1.10.0"], include_package_data=True,