diff --git a/setup.py b/setup.py index b0dca3bade..db4d3a8f37 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def open_relative(*path): requires = [ "certifi", "configparser==4.0.2 ; python_version < '3'", - "cryptography>=3.2.1,<40.0.0", + "cryptography>=3.2.1,<43.0.0", "pyOpenSSL>=17.5.0,<24.0.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10",