Upgrade dependency moto to ==1.1.4 (#915)

This commit is contained in:
Doppins 2017-09-12 18:58:38 +02:00 committed by kevgliss
parent fc9b1e5b12
commit 52dd42701a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ install_requires = [
tests_require = [
'pyflakes',
'moto==1.1.3',
'moto==1.1.4',
'nose==1.3.7',
'pytest==3.2.2',
'factory-boy==2.9.2',