From 296d9093d5ee98877e4bccbb2474fa7e69ccfb6b Mon Sep 17 00:00:00 2001 From: Hinrich Mahler Date: Tue, 9 Feb 2021 18:37:11 +0100 Subject: [PATCH] Pin cryptography to 3.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13b262c5031..2b6b47071ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi -cryptography!=3.4 +cryptography==3.3.2 # only telegram.ext: # Keep this line here; used in setup(-raw).py tornado>=5.1 APScheduler==3.6.3