Upgrade dependency boto3 to ==1.4.6 (#874)

This commit is contained in:
Doppins 2017-08-16 18:56:22 +02:00 committed by kevgliss
parent b0c8787cfa
commit 466df367e6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ install_requires = [
'lockfile==0.12.2',
'inflection==0.3.1',
'future==0.16.0',
'boto3==1.4.5',
'boto3==1.4.6',
'acme==0.17.0',
'retrying==1.3.3',
'tabulate==0.7.7',