Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update wheel requirement from ~=0.42 to ~=0.43 in /packa…
…ges/@jsii/python-runtime (#4460) Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/wheel/releases">wheel's releases</a>.</em></p> <blockquote> <h2>0.43.0</h2> <ul> <li>Dropped support for Python 3.7</li> <li>Updated vendored <code>packaging</code> to 24.0</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's changelog</a>.</em></p> <blockquote> <h1>Release Notes</h1> <p><strong>0.43.0 (2024-03-11)</strong></p> <ul> <li>Dropped support for Python 3.7</li> <li>Updated vendored <code>packaging</code> to 24.0</li> </ul> <p><strong>0.42.0 (2023-11-26)</strong></p> <ul> <li>Allowed removing build tag with <code>wheel tags --build ""</code></li> <li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing updated <code>WHEEL</code> fields after a blank line, causing other tools to ignore them</li> <li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing <code>WHEEL</code> with CRLF line endings or a mix of CRLF and LF</li> <li>Fixed <code>wheel pack --build-number ""</code> not removing build tag from <code>WHEEL</code> (above changes by Benjamin Gilbert)</li> </ul> <p><strong>0.41.3 (2023-10-30)</strong></p> <ul> <li>Updated vendored <code>packaging</code> to 23.2</li> <li>Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)</li> </ul> <p><strong>0.41.2 (2023-08-22)</strong></p> <ul> <li>Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)</li> <li>Fixed <code>wheel tags</code> to not list directories in <code>RECORD</code> files (PR by Mike Taves)</li> <li>Fixed ABI tag generation for GraalPy (PR by Michael Simacek)</li> </ul> <p><strong>0.41.1 (2023-08-05)</strong></p> <ul> <li>Fixed naming of the <code>data_dir</code> directory in the presence of local version segment given via <code>egg_info.tag_build</code> (PR by Anderson Bravalheri)</li> <li>Fixed version specifiers in <code>Requires-Dist</code> being wrapped in parentheses</li> </ul> <p><strong>0.41.0 (2023-07-22)</strong></p> <ul> <li>Added full support of the build tag syntax to <code>wheel tags</code> (you can now set a build tag like <code>123mytag</code>)</li> <li>Fixed warning on Python 3.12 about <code>onerror</code> deprecation. (PR by Henry Schreiner)</li> <li>Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)</li> </ul> <p><strong>0.40.0 (2023-03-14)</strong></p> <ul> <li>Added a <code>wheel tags</code> command to modify tags on an existing wheel (PR by Henry Schreiner)</li> <li>Updated vendored <code>packaging</code> to 23.0</li> <li><code>wheel unpack</code> now preserves the executable attribute of extracted files</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/wheel/commit/fa33dfd01fd665c1fd90097563b34bce4b5527ef"><code>fa33dfd</code></a> Created a new release</li> <li><a href="https://github.com/pypa/wheel/commit/b2c8272b0bc8b533130d8c30094645b3c1c95d9e"><code>b2c8272</code></a> Removed PyPy + Windows from the test matrix for now</li> <li><a href="https://github.com/pypa/wheel/commit/dedcc19f517c08899cbe730783cb900e0c6111c0"><code>dedcc19</code></a> Worked around a bizarre PyPy+Windows issue with bdist_egg</li> <li><a href="https://github.com/pypa/wheel/commit/fa480d651cab96045abddc8b1b5cf558743951a8"><code>fa480d6</code></a> Added Codecov.io token to the test workflow</li> <li><a href="https://github.com/pypa/wheel/commit/1280f0332d175104e3dcadf89efab5cc5881f41c"><code>1280f03</code></a> Skip the test_platform_linux32 test on non-Linux platforms</li> <li><a href="https://github.com/pypa/wheel/commit/0b4b259407e35b077c2eefec9ca67a5cc92a3b32"><code>0b4b259</code></a> Removed failing test code</li> <li><a href="https://github.com/pypa/wheel/commit/b91b377c451466b83562300ddb420c4ce992a8ce"><code>b91b377</code></a> Fixed erroneous attribute access on the <code>capsys</code> fixture</li> <li><a href="https://github.com/pypa/wheel/commit/819baa393b1ea4fb41ff5735505b0235515b2345"><code>819baa3</code></a> Updated more GitHub actions and improved test workflow</li> <li><a href="https://github.com/pypa/wheel/commit/92921a032a371f159b5697783f693b88ed5d7a2c"><code>92921a0</code></a> Updated vendored <code>packaging</code> to 24.0</li> <li><a href="https://github.com/pypa/wheel/commit/a9119c85898d6312416aabca175199cb9e175123"><code>a9119c8</code></a> Updated GitHub actions to their latest versions</li> <li>Additional commits viewable in <a href="https://github.com/pypa/wheel/compare/0.42.0...0.43.0">compare view</a></li> </ul> </details> <br /> 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) </details>
- Loading branch information