Skip to content

Commit

Permalink
Bump cryptography dependency to 1.5.3 (apache#1569)
Browse files Browse the repository at this point in the history
As the 1.5 release branch builds with OpenSSL 1.1.x
  • Loading branch information
xrmx authored and mistercrunch committed Nov 9, 2016
1 parent 51c0470 commit bad7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
scripts=['caravel/bin/caravel'],
install_requires=[
'celery==3.1.23',
'cryptography==1.4',
'cryptography==1.5.3',
'flask-appbuilder==1.8.1',
'flask-cache==0.13.1',
'flask-migrate==1.5.1',
Expand Down

0 comments on commit bad7676

Please sign in to comment.