Upgrade dependency moto to ==1.1.14 (#940)

This commit is contained in:
Doppins 2017-09-26 00:31:39 +02:00 committed by kevgliss
parent c381331c10
commit 4cfb621423
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ install_requires = [
tests_require = [
'pyflakes',
'moto==1.1.13',
'moto==1.1.14',
'nose==1.3.7',
'pytest==3.2.2',
'factory-boy==2.9.2',