-
Notifications
You must be signed in to change notification settings - Fork 686
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
Update cryptography dependency #5898
Comments
With #5911 merged, this should now be unblocked. |
For the 2.0.0 release, I suggest to move to the |
kushaldas
added a commit
that referenced
this issue
May 27, 2021
This commit brings in the rust compiler toolchain during the package build and also updates the cryptography package to the latest 3.4.7
13 tasks
kushaldas
added a commit
that referenced
this issue
Jun 1, 2021
Updates the cryptography package to the latest 3.4.7
zenmonkeykstop
pushed a commit
that referenced
this issue
Jun 1, 2021
Updates the cryptography package to the latest 3.4.7
rmol
added a commit
that referenced
this issue
Jun 1, 2021
…rust Fixes #5898 Adds latest cryptography
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
cryptography
library is currently pinned at version 3.2.1, because 3.3 dropped Python 3.5 support, which is the version of Python included with Ubuntu 16.04.After the full removal of Xenial support (#5725), we should be in a good position to update the
cryptography
library as part of the SecureDrop 2.0.0 release. We can consider:The text was updated successfully, but these errors were encountered: