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.