Upgrade dependency boto to ==2.45.0 (#601)
This commit is contained in:
parent
b327963925
commit
f7fdf7902d
2
setup.py
2
setup.py
|
@ -57,7 +57,7 @@ install_requires = [
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
'boto3==1.4.2',
|
'boto3==1.4.2',
|
||||||
'boto==2.44.0', # we might make this optional
|
'boto==2.45.0', # we might make this optional
|
||||||
'acme==0.9.3',
|
'acme==0.9.3',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.7.7',
|
'tabulate==0.7.7',
|
||||||
|
|
Loading…
Reference in New Issue