Bump cryptography from 36.0.1 to 37.0.4
Bumps cryptography from 36.0.1 to 37.0.4.
Changelog
Sourced from cryptography's changelog.
37.0.4 - 2022-07-05
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5... _v37-0-3:
37.0.3 - 2022-06-21 (YANKED)
.. attention::
This release was subsequently yanked from PyPI due to a regression in OpenSSL.
- Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.4.
.. _v37-0-2:
37.0.2 - 2022-05-03
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.3. * Added a constant needed for an upcoming pyOpenSSL release... _v37-0-1:
37.0.1 - 2022-04-27
- Fixed an issue where parsing an encrypted private key with the public loader functions would hang waiting for console input on OpenSSL 3.0.x rather than raising an error.
- Restored some legacy symbols for older
pyOpenSSLusers. These will be removed again in the future, sopyOpenSSLusers should still upgrade to the latest version of that package when they upgradecryptography... _v37-0-0:
37.0.0 - 2022-04-26
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.2. * **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL 2.9.x and 3.0.x. The new minimum LibreSSL version is 3.1+. * **BACKWARDS INCOMPATIBLE:** Removed ``signer`` and ``verifier`` methods from the public key and private key classes. These methods were originally deprecated in version 2.0, but had an extended deprecation timeline due to usage. Any remaining users should transition to ``sign`` and ``verify``. * Deprecated OpenSSL 1.1.0 support. OpenSSL 1.1.0 is no longer supported by the OpenSSL project. The next release of ``cryptography`` will be the last </tr></table>
... (truncated)
Commits
7ad17d8Version bump and changelog for 37.0.4 (#7399)b71c392Changelog and version bump for 37.0.3 (#7362)5954a52changelog and version bump for 37.0.2 (#7194)8b72741add a a constant for pyOpenSSL with OpenSSL 3 (#7157)7dd4ff6Backport mitmproxy & codecov changes (#7158)3fb93cf37.0.1 changelog and version bump (#7139)8ec3192restore some bindings for older pyopenssl temporarily (#7137)2d4e0b2Fix parsing of priv keys via pub key APIs to error properly in ossl3 (#7135)82d9339Add typings to default_backend() (#7133)cfdfb1aupdate wheel builder for lib64 path (#7122)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #1727 (ecefdf0) into trunk (26f07ac) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## trunk #1727 +/- ##
=======================================
Coverage 83.29% 83.29%
=======================================
Files 400 400
Lines 87770 87770
Branches 9331 9331
=======================================
Hits 73104 73104
Misses 11486 11486
Partials 3180 3180
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 26f07ac...ecefdf0. Read the comment docs.