From ef2ab091db1aa87d3feec3b0732135d65be3bb16 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 31 Aug 2015 15:56:47 -0400 Subject: [PATCH] Bump cryptography to 1.0 in dev-requirements.txt --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ed3c171e..7bb1a412 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ # http://nvie.com/posts/pin-your-packages/ pycrypto==2.6.1 pynacl==0.2.3 -cryptography==0.9 +cryptography==1.0 # Testing requirements. The rest of the testing dependencies available in # 'tox.ini'