From 89e25b51265599b0545c4e7abf086ac7adf2828e Mon Sep 17 00:00:00 2001 From: vavuthu Date: Thu, 26 Oct 2023 10:55:43 +0530 Subject: [PATCH] update cryptography to latest version Signed-off-by: vavuthu --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70f683691d0..d6c0433b1b6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ license="MIT", install_requires=[ "apache-libcloud==3.1.0", - "cryptography==39.0.1", + "cryptography==41.0.5", "docopt==0.6.2", # https://pypi.org/project/gevent/ the latest version resolves problem for Mac M1 chips # This issue is caused by a program attempting to load an x86_64-only library from a native arm64 process.