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

   Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 
38.0.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst";>cryptography's
 changelog</a>.</em></p>
   <blockquote>
   <p>38.0.3 - 2022-11-01</p>
   <pre><code>
   * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7,
     which resolves *CVE-2022-3602* and *CVE-2022-3786*.
   <p>.. _v38-0-2:</p>
   <p>38.0.2 - 2022-10-11 (YANKED)
   </code></pre></p>
   <p>.. attention::</p>
   <pre><code>This release was subsequently yanked from PyPI due to a 
regression in OpenSSL.
   </code></pre>
   <ul>
   <li>Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 
3.0.6.</li>
   </ul>
   <p>.. _v38-0-1:</p>
   <p>38.0.1 - 2022-09-07</p>
   <pre><code>
   * Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically
     seen in large CRLs).
   <p>.. _v38-0-0:</p>
   <p>38.0.0 - 2022-09-06
   </code></pre></p>
   <ul>
   <li>Final deprecation of OpenSSL 1.1.0. The next release of 
<code>cryptography</code>
   will drop support.</li>
   <li>We no longer ship <code>manylinux2010</code> wheels. Users should 
upgrade to the
   latest <code>pip</code> to ensure this doesn't cause issues downloading 
wheels on
   their platform. We now ship <code>manylinux_2_28</code> wheels for users on 
new
   enough platforms.</li>
   <li>Updated the minimum supported Rust version (MSRV) to 1.48.0, from 1.41.0.
   Users with the latest <code>pip</code> will typically get a wheel and not 
need Rust
   installed, but check :doc:<code>/installation</code> for documentation on 
installing a
   newer <code>rustc</code> if required.</li>
   <li>:meth:<code>~cryptography.fernet.Fernet.decrypt</code> and related 
methods now accept
   both <code>str</code> and <code>bytes</code> tokens.</li>
   <li>Parsing <code>CertificateSigningRequest</code> restores the behavior of 
enforcing
   that the <code>Extension</code> <code>critical</code> field must be 
correctly encoded DER. See
   <code>the issue 
&lt;https://github.com/pyca/cryptography/issues/6368&gt;</code>_ for complete
   details.</li>
   <li>Added two new OpenSSL functions to the bindings to support an upcoming
   <code>pyOpenSSL</code> release.</li>
   <li>When parsing 
:class:<code>~cryptography.x509.CertificateRevocationList</code> and</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pyca/cryptography/commit/7d9c6c3d6a211091281c1cbe2a2fa1597ffb7c49";><code>7d9c6c3</code></a>
 Bump for 38.0.3 release (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7761";>#7761</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/39f80115684b8fa4fe35319ffdddd5914be5709d";><code>39f8011</code></a>
 attempt to workaround downstream package testing situation (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7725";>#7725</a>)
 (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7757";>#7757</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/5b12ac8fb7e66fe372786948e0d225ab10c86a06";><code>5b12ac8</code></a>
 Use PyPy binaries from manylinux image instead of our own (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7678";>#7678</a>)
 (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7693";>#7693</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/277ee0d58c6c8cfc9517df35c8a020bea33bddf4";><code>277ee0d</code></a>
 38.0.2 release (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7691";>#7691</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/ce119b8e72bee2809a8782b4218e32f04ea5f3a2";><code>ce119b8</code></a>
 version properly in the changelog (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7578";>#7578</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/3ff52182ba6e7f1a063079d48ed5c21616918d70";><code>3ff5218</code></a>
 Backport tlv fix, 38.0.1 bump (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7576";>#7576</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/52d6f1a491f6ade379ace124b843ffba9fb4ab4f";><code>52d6f1a</code></a>
 version bump for 38 release (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7567";>#7567</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/8c687e63aabf42ddba038285c17ff87bd123e652";><code>8c687e6</code></a>
 Bump rust-asn1 to 0.12.1 (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7564";>#7564</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/aca4b10dce2df803b291bf8cadb83267215597e5";><code>aca4b10</code></a>
 Bump rust-asn1 to 0.12.0 (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7563";>#7563</a>)</li>
   <li><a 
href="https://github.com/pyca/cryptography/commit/1742975367e457ee030e582b88bd870eaa788dfe";><code>1742975</code></a>
 support setting more PKCS12 serialization encryption options (<a 
href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7560";>#7560</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pyca/cryptography/compare/37.0.2...38.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=37.0.2&new-version=38.0.3)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/tvm/network/alerts).
   
   </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