[PR #23] [MERGED] build(deps): bump gh actions versions #155

Closed
opened 2026-02-13 17:27:58 -06:00 by mirrors · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/23
Author: @dependabot[bot]
Created: 6/18/2024
Status: Merged
Merged: 7/8/2024
Merged by: @HanaokaYuzu

Base: masterHead: dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0


📝 Commits (3)

  • 2bf4ae5 build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0
  • 9306fa8 build(deps): bump gh actions versions
  • 0f1515b Merge branch 'master' into dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 .github/workflows/pypi-publish.yml (+3 -3)

📄 Description

Bumps pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0.

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.9.0

💅 Cosmetic Output Improvements

🛠️ Internal Dependencies

  • pre-commit linters got auto-updated @ #225
  • some notable dependency bumps include
    • cryptography == 42.0.7
    • id == 1.4.0
    • idna == 3.7 via #228
    • requests == 2.32.0 via #240
    • Twine == 5.1.0

⚙️ Secret Stuff

In #241, @​br3ndonland💰 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 #230.

💪 New Contributors

🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​pradyunsg💰 for promptly unblocking this release to Marketplace as GitHub started asking for yet another developer agreement signature from the organization admins.

v1.8.14

🛠️ Internal Dependencies

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 @​webknjaz💰. Enjoy!

🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

v1.8.13

🐛 What's Fixed

This action is now able to consume and publish distribution packages with Metadata-Version: 2.3 embedded.

🛠️ Internal Dependencies

@​SigureMo💰 sent us a bump of pkginfo version to version 1.10.0 in #219. 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 declaring Metadata-Version: 2.3. In particular, it is known to affect distributions built with Maturin >= 1.5.0.

Following that, @​webknjaz💰 upgraded other transitive and direct dependency pins, including, among others, the following notable bumps:

  • cryptography == 42.0.5

... (truncated)

Commits
  • ec4db0b Merge PR #243 into unstable/v1
  • e790844 oidc-exchange: link to status dashboard
  • 87b624f 💅Update homepage @ Dockerfile to GH Marketplace
  • da2f9bb Merge pull request #241 from br3ndonland/ghcr-label
  • abbea2d Add Docker label for GHCR
  • 2734d07 build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (#240)
  • a54b9b8 ---
  • 699cd61 ⇪📦 Bump the runtime dep lockfile
  • 8414fc2 [pre-commit.ci] pre-commit autoupdate (#225)
  • 67a07eb Disable the progress bar when running twine upload
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HanaokaYuzu/Gemini-API/pull/23 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@HanaokaYuzu](https://github.com/HanaokaYuzu) **Base:** `master` ← **Head:** `dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0` --- ### 📝 Commits (3) - [`2bf4ae5`](https://github.com/HanaokaYuzu/Gemini-API/commit/2bf4ae5864be8af339a071e71d133d3896adeb8a) build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0 - [`9306fa8`](https://github.com/HanaokaYuzu/Gemini-API/commit/9306fa8f493670da4ca858250ac706cfd08dc242) build(deps): bump gh actions versions - [`0f1515b`](https://github.com/HanaokaYuzu/Gemini-API/commit/0f1515b6e820bf5a3a0f6002dc2c60fd8ab7ee5a) Merge branch 'master' into dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pypi-publish.yml` (+3 -3) </details> ### 📄 Description Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 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 &gt;= 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/v1.8.11...v1.9.0">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.11&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirrors 2026-02-13 17:27:58 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mirrors/Gemini-API#155
No description provided.