-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cryptography requirements to be <42 instead? #610
Comments
Fixed in v5.2.0. |
Note that pyOpenSSL locked cryptography to I had to add an explicit dependency on pyOpenSSL>=23.2.0 before I could get cryptography 41.0.4 and sslyze 5.2.0 to install together. |
When I build sslyze, GitHub scans complains that I'm not using a 41.0.x version. Bumping to 41.0.x should line up with pyopenssl constraints of
cryptography!=40.0.0, !=40.0.1, <42 and >=38.0.0
sslyze/setup.py
Line 102 in fccf7f9
The text was updated successfully, but these errors were encountered: