From 3e3f7af7961072fe23fa46301f7224727241ae34 Mon Sep 17 00:00:00 2001 From: Doppins Date: Tue, 30 May 2017 12:03:47 -0400 Subject: [PATCH] Upgrade dependency cryptography to ==1.9 (#821) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3de5ca64..aff0d788 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ install_requires = [ 'marshmallow-sqlalchemy==0.13.1', 'gunicorn==19.7.1', 'marshmallow==2.13.5', - 'cryptography==1.7', + 'cryptography==1.9', 'xmltodict==0.11.0', 'pyjwt==1.5.0', 'lockfile==0.12.2',