From 69ef0cd2d32b72c9895c06c208475d9a49cc23fe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Oct 2020 19:45:01 +0000 Subject: [PATCH] Update cryptography from 1.7 to 3.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 47c972e..0856c7f 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 PyYAML==3.11 pytest==2.9.2