dependabot[bot] opened a new pull request, #2144: URL: https://github.com/apache/libcloud/pull/2144
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 26.0.0 to 26.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst">pyopenssl's changelog</a>.</em></p> <blockquote> <h2>26.2.0 (2026-05-04)</h2> <p>Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <ul> <li>Removed deprecated <code>OpenSSL.crypto.X509Extension</code>, <code>OpenSSL.crypto.X509Req.add_extension</code>, <code>OpenSSL.crypto.X509Req.get_extensions</code>, <code>OpenSSL.crypto.X509.add_extension</code>, <code>OpenSSL.crypto.X509.get_extensions</code>. <code>cryptography.x509</code> should be used instead.</li> <li>It is now an error to calling any mutating method on <code>OpenSSL.SSL.Context</code> after it has been used to create a <code>Connection</code>. This was previously deprecated and has always been unsafe.</li> </ul> <p>Deprecations: ^^^^^^^^^^^^^</p> <p>Changes: ^^^^^^^^</p> <ul> <li>Maximum supported <code>cryptography</code> version is now 48.x.</li> <li>Added <code>OpenSSL.SSL.Connection.set_options</code> to set options on a per-connection basis.</li> </ul> <h2>26.1.0 (2026-04-24)</h2> <p>Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <p>Deprecations: ^^^^^^^^^^^^^</p> <p>Changes: ^^^^^^^^</p> <ul> <li>Maximum supported <code>cryptography</code> version is now 47.x.</li> <li>Fixed <code>X509Name</code> field setters to correctly pass the value length to OpenSSL. Previously, values containing NUL bytes would be silently truncated, causing a divergence between the stored ASN.1 value and the value visible from Python. Credit to <strong>BudongJW</strong> for reporting the issue. <strong>CVE-2026-40475</strong></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/pyopenssl/commit/23208870fab95ba33ab897e5b7d66ceb38ce56f7"><code>2320887</code></a> Prepare 26.2.0 release (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1500">#1500</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/068c200587bd7898f43a7a47a94915284e3a82be"><code>068c200</code></a> make it an error to mutate after using a context (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1429">#1429</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/f004dcdcdd2592b299ced7fd1008888e031b2498"><code>f004dcd</code></a> put X509Extension removal changelog in the right version (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1498">#1498</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/d6966869b41906c8de0e185d183ace05d5ed25b8"><code>d696686</code></a> add Connection.set_options (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1497">#1497</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/7e42f8f0cc2a4f84dca821468584b7becff1288c"><code>7e42f8f</code></a> Remove X509Extension, which has been deprecated for a year (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1376">#1376</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/6e43ae175fceb5e71a9cd097f117661de70e4b0d"><code>6e43ae1</code></a> Remove tests-cryptography-main for Python 3.8 (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1496">#1496</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/3be23b621cc4797667a79f483d19514a032c7e8f"><code>3be23b6</code></a> Prepare 26.1.0 release (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1495">#1495</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/e6be3fca7180ca47a5e45edd58ae4233635712cb"><code>e6be3fc</code></a> Add note on versioning policy (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1494">#1494</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/402177b25d132380f6eeed2395f35c2932602763"><code>402177b</code></a> Bump actions/upload-artifact in /.github/actions/upload-coverage (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1492">#1492</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/08c796cb41550c0973bc2c28acab7ef9b219c56c"><code>08c796c</code></a> Bump actions/upload-artifact from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1491">#1491</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/pyopenssl/compare/26.0.0...26.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
