Upgrade dependency moto to ==1.1.2 (#905)

This commit is contained in:
Doppins 2017-09-08 03:09:07 +02:00 committed by kevgliss
parent ff4d1edd63
commit 2ff25b656f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ install_requires = [
tests_require = [
'pyflakes',
'moto==1.1.1',
'moto==1.1.2',
'nose==1.3.7',
'pytest==3.2.1',
'factory-boy==2.9.2',