From 76d548f01c4b8c40356d1870594023af7c20477b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Jul 2018 20:59:24 +0100 Subject: [PATCH] Update cryptography from 1.7 to 2.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 47c972e..d282de8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 -cryptography==1.7 +cryptography==2.3 PyYAML==3.11 pytest==2.9.2