From 136dbc66e2f77a338e8e28879e33a10c71ab27b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 22 Sep 2016 21:47:28 +0100 Subject: [PATCH] Update cryptography from 1.5 to 1.5.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5330a30..c76625d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==3.0.4 tox==2.3.1 coverage==4.2 Sphinx==1.4.6 -cryptography==1.5 +cryptography==1.5.1 PyYAML==3.12 requests>=2.10.0