Upgrade dependency boto to ==2.44.0 (#578)

This commit is contained in:
Doppins 2016-12-08 20:31:53 -05:00 committed by kevgliss
parent 968dd52f6f
commit 25faf05807
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ install_requires = [
'lockfile==0.12.2',
'inflection==0.3.1',
'future==0.16.0',
'boto==2.43.0', # we might make this optional
'boto==2.44.0', # we might make this optional
'boto3==1.4.1',
'acme==0.9.3',
'retrying==1.3.3',