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',