diff --git a/setup.py b/setup.py index a19a3c3e..d61483ec 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires = [ 'six==1.9.0', 'gunicorn==19.3.0', 'pycrypto==2.6.1', - 'cryptography==1.0.1', + 'cryptography==1.0.2', 'pyopenssl==0.15.1', 'pyjwt==1.0.1', 'xmltodict==0.9.2',