From e7b8158d22c6b5cba91501ed0d91b2ed815cee87 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Tue, 16 Aug 2016 11:00:08 +0200 Subject: [PATCH] Update Cryptography Fixes SSL issues described in https://github.com/pyca/cryptography/issues/2750 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e01868ad..0adcab15 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( "parsedatetime>=1.5", "pytz>=2015.7", "six>=1.10.0", - "cryptography==1.2.2", + "cryptography==1.4", "tzlocal>=1.2", "pyyaml>=3.11", "keyring==7.3",