From 33b4c90bb99b8f6e08bc0fa55930bd871fc53f26 Mon Sep 17 00:00:00 2001 From: Harsh Gupta <42064744+Harshg999@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:22:30 +0530 Subject: [PATCH] [cve] Bump cryptography package to 42.0.8 (#3712) --- desktop/core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/core/requirements.txt b/desktop/core/requirements.txt index a632e0a9eb..c6675f8825 100644 --- a/desktop/core/requirements.txt +++ b/desktop/core/requirements.txt @@ -1,4 +1,4 @@ -cryptography==41.0.1 +cryptography==42.0.8 numpy==1.23.1 pandas==1.4.2 lxml==4.9.1