From eee892159833678ef56db6201434c5ae7fa8fd48 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Mon, 8 Feb 2021 19:28:54 +0100 Subject: [PATCH] Update cryptography Dependency (#2370) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6b17ef27..13b262c50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi -cryptography +cryptography!=3.4 # only telegram.ext: # Keep this line here; used in setup(-raw).py tornado>=5.1 APScheduler==3.6.3