dependabot[bot] opened a new pull request, #1724:
URL: https://github.com/apache/libcloud/pull/1724

   Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 21.0.0 to 22.0.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>22.0.0 (2022-01-29)</h2>
   <p>Backward-incompatible changes:
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
   <ul>
   <li>Drop support for Python 2.7.
   <code>[#1047](https://github.com/pyca/pyopenssl/issues/1047) 
&lt;https://github.com/pyca/pyopenssl/pull/1047&gt;</code>_</li>
   <li>The minimum <code>cryptography</code> version is now 35.0.</li>
   </ul>
   <p>Deprecations:
   ^^^^^^^^^^^^^</p>
   <p>Changes:
   ^^^^^^^^</p>
   <ul>
   <li>Expose wrappers for some <code>DTLS 
&lt;https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security&gt;</code>_
   primitives. <code>[#1026](https://github.com/pyca/pyopenssl/issues/1026) 
&lt;https://github.com/pyca/pyopenssl/pull/1026&gt;</code>_</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/819095fa886db98cf43b6f0e66ba19c83d64d3c0";><code>819095f</code></a>
 bump for 22.0.0 release (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1079";>#1079</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/41ceefb0f81d6ac056e9d84e47de57191e067b8e";><code>41ceefb</code></a>
 Docs: Fix param type for methods where digest is used (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1078";>#1078</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/fb26edde0aa27670c7bb24c0daeb05516e83d7b0";><code>fb26edd</code></a>
 Reduce MD5 and SHA1 dependency in tests (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1074";>#1074</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/d184fbbbb68b352a5818ebf94b4a6d68bb92d35a";><code>d184fbb</code></a>
 Update variable name, there are now many linuxes (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1070";>#1070</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/8b85cfd411af794e77e9be645316607063234975";><code>8b85cfd</code></a>
 Rename path_string to path_bytes since that's what it actually does (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1067";>#1067</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/de073c62c809b2cd67315c5b3ae99ef38fcd26a9";><code>de073c6</code></a>
 Remove native, it's behavior is confusing (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1069";>#1069</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/c175f152a4b4c02f166035c915a847c3281b1e8c";><code>c175f15</code></a>
 Remove dead code (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1068";>#1068</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/7120bb59d165103d8f2cffd0726709591b572174";><code>7120bb5</code></a>
 Accept pathlib.Path as a valid path (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1027";>#1027</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/db092ce0c542aaea1407961be063b509a0f37551";><code>db092ce</code></a>
 Remove call to init_static_locks (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1066";>#1066</a>)</li>
   <li><a 
href="https://github.com/pyca/pyopenssl/commit/a63c75a8417a286173497884f550b11d1b173ec2";><code>a63c75a</code></a>
 Bump actions/setup-python from 2.3.0 to 2.3.1 (<a 
href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1064";>#1064</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pyca/pyopenssl/compare/21.0.0...22.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyopenssl&package-manager=pip&previous-version=21.0.0&new-version=22.0.0)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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]

Reply via email to