From 3f90fc07dffce5bda598392cf37e708211921f37 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 28 Oct 2020 06:55:36 +0000 Subject: [PATCH] Update cryptography from 1.7 to 3.2.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 47c972e..b18a8c3 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.2.1 PyYAML==3.11 pytest==2.9.2