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