From b5f5114c59d51b4b5536629b46d5ecb98295ebdf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:06 +0000 Subject: [PATCH] Pin cryptography to latest version 3.4.6 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 4dfca36bf..2db246dbf 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -26,7 +26,7 @@ cachetools==4.2.1 beautifulsoup4==4.9.3 lxml==4.6.2 # higher version causes build to fail -cryptography<3.4 +cryptography==3.4.6 notifications-python-client==5.7.1