You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/09/21 19:07:00 UTC

[GitHub] [tvm] dependabot[bot] opened a new pull request, #15801: Bump cryptography from 37.0.2 to 41.0.4 in /docker/python

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

   Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 41.0.4.
   <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>41.0.4 - 2023-09-19</p>
   <pre><code>
   * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3.
   <p>.. _v41-0-3:</p>
   <p>41.0.3 - 2023-08-01
   </code></pre></p>
   <ul>
   <li>Fixed performance regression loading DH public keys.</li>
   <li>Fixed a memory leak when using
   :class:<code>~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305</code>.</li>
   <li>Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.2.</li>
   </ul>
   <p>.. _v41-0-2:</p>
   <p>41.0.2 - 2023-07-10</p>
   <pre><code>
   * Fixed bugs in creating and parsing SSH certificates where critical options
     with values were handled incorrectly. Certificates are now created correctly
     and parsing accepts correct values as well as the previously generated
     invalid forms with a warning. In the next release, support for parsing these
     invalid forms will be removed.
   <p>.. _v41-0-1:</p>
   <p>41.0.1 - 2023-06-01
   </code></pre></p>
   <ul>
   <li>Temporarily allow invalid ECDSA signature algorithm parameters in X.509
   certificates, which are generated by older versions of Java.</li>
   <li>Allow null bytes in pass phrases when serializing private keys.</li>
   </ul>
   <p>.. _v41-0-0:</p>
   <p>41.0.0 - 2023-05-30</p>
   <pre><code>
   * **BACKWARDS INCOMPATIBLE:** Support for OpenSSL less than 1.1.1d has been
     removed.  Users on older version of OpenSSL will need to upgrade.
   * **BACKWARDS INCOMPATIBLE:** Support for Python 3.6 has been removed.
   * **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL &lt; 3.6.
   * Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
   * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
   * Added support for the :class:`~cryptography.x509.OCSPAcceptableResponses`
     OCSP extension.
   * Added support for the :class:`~cryptography.x509.MSCertificateTemplate`
     proprietary Microsoft certificate extension.
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pyca/cryptography/commit/fc11bce6930e591ce26a2317b31b9ce2b3e25512"><code>fc11bce</code></a> bump for 41.0.4 (<a href="https://redirect.github.com/pyca/cryptography/issues/9629">#9629</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/b22271cf3c3dd8dc8978f8f4b00b5c7060b6538d"><code>b22271c</code></a> bump for 41.0.3 (<a href="https://redirect.github.com/pyca/cryptography/issues/9330">#9330</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/774a4a16cbd22a89fdb4195ade9e4fcee27a7afa"><code>774a4a1</code></a> Only check DH key validity when loading a private key. (<a href="https://redirect.github.com/pyca/cryptography/issues/9071">#9071</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/9319">#9319</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/bfa4d95f0f356f2d535efd5c775e0fb3efe90ef2"><code>bfa4d95</code></a> changelog for 41.0.3 (<a href="https://redirect.github.com/pyca/cryptography/issues/9320">#9320</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/0da7165aa73c0a4865b0a4d9e019db3c16eea55a"><code>0da7165</code></a> backport fix the memory leak in fixedpool (<a href="https://redirect.github.com/pyca/cryptography/issues/9272">#9272</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/9309">#9309</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/7431db737cf0407560fac689d24f1d2e5efc349d"><code>7431db7</code></a> bump for 41.0.2 (<a href="https://redirect.github.com/pyca/cryptography/issues/9215">#9215</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/e190ef190525999d1f599cf8c3aef5cb7f3a8bc4"><code>e190ef1</code></a> Backport ssh cert fix (<a href="https://redirect.github.com/pyca/cryptography/issues/9211">#9211</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/bb204c8ca7bc0df0c24b6f6c1f59ed5f5bee9226"><code>bb204c8</code></a> Backport: Added PyPy 3.10 to CI (<a href="https://redirect.github.com/pyca/cryptography/issues/8933">#8933</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/9210">#9210</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/d02de9f26e9a2353e89427c1cea8b9ed2bae969e"><code>d02de9f</code></a> changelog and version bump (<a href="https://redirect.github.com/pyca/cryptography/issues/9008">#9008</a>)</li>
   <li><a href="https://github.com/pyca/cryptography/commit/53dc686431f59658d892b83383a330d796105843"><code>53dc686</code></a> Backport null fix (<a href="https://redirect.github.com/pyca/cryptography/issues/9007">#9007</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/37.0.2...41.0.4">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=41.0.4)](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 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)
   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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao closed pull request #15801: Bump cryptography from 37.0.2 to 41.0.4 in /docker/python

Posted by "junrushao (via GitHub)" <gi...@apache.org>.
junrushao closed pull request #15801: Bump cryptography from 37.0.2 to 41.0.4 in /docker/python
URL: https://github.com/apache/tvm/pull/15801


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] dependabot[bot] commented on pull request #15801: Bump cryptography from 37.0.2 to 41.0.4 in /docker/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #15801:
URL: https://github.com/apache/tvm/pull/15801#issuecomment-1732430290

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org