From c842d5af5a7d42531af0bc32efa2aa083b535805 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Aug 2020 17:16:05 +0200 Subject: [PATCH] Pin cryptography to latest version 3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ded9dcc..70d53a8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ bumpversion -cryptography +cryptography==3.1 pip PyYAML Sphinx