From b9699e86363ac12f5d69c416fe3b6f41d86542d3 Mon Sep 17 00:00:00 2001 From: Jakub Chaloupka <31321019+jchaloupka007@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:46:27 +0100 Subject: [PATCH] [deps] Bumped "cryptography~=42.0.2" and "pyOpenSSL~=24.0.0" Co-authored-by: Gagan Deep --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6bd61b5..cfc0a08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,5 @@ django>=3.2.18,!=4.0.*,<4.3 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/master jsonfield>=3.1.0,<4.0.0 -cryptography~=41.0.1 -# TODO: Update when cryptography 23.3.0 is realsed -pyopenssl @ https://github.com/pyca/pyopenssl/tarball/5134ca1fc2ca29fefea89dcf6bce2a1234c5ca12 +cryptography~=42.0.2 +pyOpenSSL~=24.0.0