Skip to content

Commit 226a27f

Browse files
committed
SNOW-27946: upgrade cryptography to 1.7.2, boto3 to 1.4.4 and botocore to 1.5.14
1 parent 99f02d2 commit 226a27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
use_2to3=False,
3434

3535
install_requires=[
36-
'boto3==1.4.3',
37-
'botocore==1.4.93',
36+
'boto3==1.4.4',
37+
'botocore==1.5.14',
3838
'future',
3939
'six',
4040
'pytz',
4141
'pycryptodome>=3.2',
4242
'pyOpenSSL==16.2.0',
4343
'cffi==1.9.1',
44-
'cryptography==1.7.1',
44+
'cryptography==1.7.2',
4545
'pyasn1',
4646
'pyasn1-modules',
4747
'ijson',

0 commit comments

Comments
 (0)