Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.9.0 (#105
) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/gh-action-pypi-publish/releases">pypa/gh-action-pypi-publish's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h2>💅 Cosmetic Output Improvements</h2> <ul> <li><a href="https://github.com/woodruffw"><code>@woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> updated the tense on password nudge in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/234">#234</a></li> <li><a href="https://github.com/shenxianpeng"><code>@shenxianpeng</code></a><a href="https://github.com/sponsors/shenxianpeng">💰</a> helped us disable the progress bar that was being produced by the <code>twine upload</code> command via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/231">#231</a></li> <li><a href="https://github.com/woodruffw"><code>@woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> also linked the PyPI status dashboard in the trusted publishing error message via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/243">pypa/gh-action-pypi-publish#243</a></li> </ul> <h2>🛠️ Internal Dependencies</h2> <ul> <li>pre-commit linters got auto-updated @ <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/225">#225</a></li> <li>some notable dependency bumps include <ul> <li><code>cryptography == 42.0.7</code></li> <li><code>id == 1.4.0</code></li> <li><code>idna == 3.7</code> via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/228">#228</a></li> <li><code>requests == 2.32.0</code> via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/240">#240</a></li> <li><code>Twine == 5.1.0</code></li> </ul> </li> </ul> <h2>⚙️ Secret Stuff</h2> <p>In <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/241">#241</a>, <a href="https://github.com/br3ndonland"><code>@br3ndonland</code></a><a href="https://github.com/sponsors/br3ndonland">💰</a> added a Docker label linking the container image to this repository for GHCR to display it nicely. This is preparatory work for a big performance-focused refactoring he's working on in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/230">#230</a>.</p> <h2>💪 New Contributors</h2> <ul> <li><a href="https://github.com/shenxianpeng"><code>@shenxianpeng</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/231">pypa/gh-action-pypi-publish#231</a></li> <li><a href="https://github.com/br3ndonland"><code>@br3ndonland</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/241">pypa/gh-action-pypi-publish#241</a></li> </ul> <p><strong>🪞 Full Diff</strong>: <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0</a></p> <p><strong>🧔♂️ Release Manager:</strong> <a href="https://github.com/sponsors/webknjaz"><code>@webknjaz 🇺🇦</code></a></p> <p><strong>🙏 Special Thanks</strong> to <a href="https://github.com/pradyunsg"><code>@pradyunsg</code></a><a href="https://github.com/sponsors/pradyunsg">💰</a> for promptly unblocking this release to Marketplace as GitHub started asking for yet another developer agreement signature from the organization admins.</p> <h2>v1.8.14</h2> <h2>🛠️ Internal Dependencies</h2> <p>Nothing changed feature-wise. The only notable update is that the underlying container runtime now uses Python 3.12 and pip has been updated to v24.0 there. This is should go unnoticed in terms of behavior. It's just a bit of maintenance burden to be done occasionally by <a href="https://github.com/webknjaz"><code>@webknjaz</code></a><a href="https://github.com/sponsors/webknjaz">💰</a>. <em>Enjoy!</em></p> <p><strong>🪞 Full Diff</strong>: <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14</a></p> <p><strong>🧔♂️ Release Manager:</strong> <a href="https://github.com/sponsors/webknjaz"><code>@webknjaz 🇺🇦</code></a></p> <h2>v1.8.13</h2> <h2>🐛 What's Fixed</h2> <p>This action is now able to consume and publish distribution packages with <code>Metadata-Version: 2.3</code> embedded.</p> <h2>🛠️ Internal Dependencies</h2> <p><a href="https://github.com/SigureMo"><code>@SigureMo</code></a><a href="https://github.com/sponsors/SigureMo">💰</a> sent us a bump of <code>pkginfo</code> version to version 1.10.0 in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/219">#219</a>. It's a transitive dependency for us and is not an API-level change but upgrading it has a side effect of letting Twine recognize distribution packages <a href="https://packaging.python.org/en/latest/specifications/core-metadata/">declaring <code>Metadata-Version: 2.3</code></a>. In particular, it is known to affect distributions built with <code>Maturin >= 1.5.0</code>.</p> <p>Following that, <a href="https://github.com/webknjaz"><code>@webknjaz</code></a><a href="https://github.com/sponsors/webknjaz">💰</a> upgraded other transitive and direct dependency pins, including, among others, the following notable bumps:</p> <ul> <li><code>cryptography == 42.0.5</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0"><code>ec4db0b</code></a> Merge PR <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/243">#243</a> into unstable/v1</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/e7908444c66f5eb9b434207e3ecfef975ea3294e"><code>e790844</code></a> oidc-exchange: link to status dashboard</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/87b624f8716b1150d93f45fa364e49eceebf3ffd"><code>87b624f</code></a> 💅Update homepage @ Dockerfile to GH Marketplace</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/da2f9bb91e4befc116f611d2977e267bfc852706"><code>da2f9bb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/241">#241</a> from br3ndonland/ghcr-label</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/abbea2dd5c5802d41c4b6d88c355c64e10207278"><code>abbea2d</code></a> Add Docker label for GHCR</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/2734d07314198e3efbc2a559db0dd8ee41311611"><code>2734d07</code></a> build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (<a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/240">#240</a>)</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/a54b9b8952a40829f62ac2bc7855f676d46f9738"><code>a54b9b8</code></a> ---</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/699cd6103f50bf5c3b2f070c70712d109c168e6c"><code>699cd61</code></a> ⇪📦 Bump the runtime dep lockfile</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/8414fc245772bb111cb480a62446d4bdfff3ddb0"><code>8414fc2</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/225">#225</a>)</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/67a07ebbede58a32f17e8cae6b08094c1f2a5c95"><code>67a07eb</code></a> Disable the progress bar when running <code>twine upload</code></li> <li>Additional commits viewable in <a href="https://github.com/pypa/gh-action-pypi-publish/compare/e53eb8b103ffcb59469888563dc324e3c8ba6f06...ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/gh-action-pypi-publish&package-manager=github_actions&previous-version=1.8.12&new-version=1.9.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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information