diff --git a/setup.py b/setup.py index 4f697a704..4e4c0d47b 100644 --- a/setup.py +++ b/setup.py @@ -32,9 +32,7 @@ "pyopenssl": ["pyopenssl>=20.0.0", "cryptography>=38.0.3"], "requests": "requests >= 2.20.0, < 3.0.0.dev0", "reauth": "pyu2f>=0.1.5", - # Enterprise cert only works for OpenSSL 1.1.1. Newer versions of these - # dependencies are built with OpenSSL 3.0 so we need to fix the version. - "enterprise_cert": ["cryptography==36.0.2", "pyopenssl==22.0.0"], + "enterprise_cert": ["cryptography", "pyopenssl"], } with io.open("README.rst", "r") as fh: diff --git a/system_tests/secrets.tar.enc b/system_tests/secrets.tar.enc index a38b5d5bc..7a7c52487 100644 Binary files a/system_tests/secrets.tar.enc and b/system_tests/secrets.tar.enc differ