From 4da243a59e6fbdd8439b83ff032b4f8844a70e65 Mon Sep 17 00:00:00 2001 From: Doppins Date: Sun, 3 Dec 2017 19:05:44 +0100 Subject: [PATCH] Upgrade dependency moto to ==1.1.25 (#997) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3c2ec5f..cc417802 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ install_requires = [ tests_require = [ 'pyflakes', - 'moto==1.1.19', + 'moto==1.1.25', 'nose==1.3.7', 'pytest==3.3.0', 'factory-boy==2.9.2',