From 9e2562d3852defe9dcad2f0236ba2846a423444d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 10 Dec 2020 05:50:50 +0000 Subject: [PATCH] Update cryptography from 1.7 to 3.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 47c972e..1f1a190 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==3.3.1 PyYAML==3.11 pytest==2.9.2