From 486354bc93ee6136c9b1859697a5eed9652bcca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Tue, 27 Feb 2024 10:32:31 +0100 Subject: [PATCH] Update py cryptography --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4548964..d0db8b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyJWT==2.* bottle==0.12.* -cryptography==41.* +cryptography==43.* fakeredis==2.* redis==4.* waitress==2.*