Upgrade dependency moto to ==1.1.5 (#916)

This commit is contained in:
Doppins 2017-09-13 01:01:24 +02:00 committed by kevgliss
parent e8d0af87e4
commit 376b2b8051
1 changed files with 1 additions and 1 deletions

View File

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