Upgrade dependency boto3 to ==1.4.3 (#623)

This commit is contained in:
Doppins 2016-12-20 21:28:07 -05:00 committed by kevgliss
parent cdcae4efb0
commit 48735e685c
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',
'boto3==1.4.2',
'boto3==1.4.3',
'boto==2.45.0', # we might make this optional
'acme==0.9.3',
'retrying==1.3.3',