[Doppins] Upgrade dependency boto3 to ==1.5.7 (#1024)
This commit is contained in:
parent
99b10c436a
commit
9d7fc9db8c
2
setup.py
2
setup.py
|
@ -57,7 +57,7 @@ install_requires = [
|
||||||
'lockfile==0.12.2',
|
'lockfile==0.12.2',
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
'boto3==1.4.8',
|
'boto3==1.5.7',
|
||||||
'acme==0.20.0',
|
'acme==0.20.0',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.8.2',
|
'tabulate==0.8.2',
|
||||||
|
|
Loading…
Reference in New Issue