dependabot[bot] opened a new pull request, #9: URL: https://github.com/apache/tooling-releases-client/pull/9
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.4.3 to 7.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v7.2.0 🌈 add outputs python-version and python-cache-hit</h2> <h2>Changes</h2> <p>Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:</p> <ul> <li><strong>python-version:</strong> The Python version that was set (same content as existing <code>UV_PYTHON</code>)</li> <li><strong>python-cache-hit:</strong> A boolean value to indicate the Python cache entry was found</li> </ul> <p>While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.</p> <blockquote> <p>[!NOTE]<br /> This release will invalidate caches that contain the Python binaries. This happens a single time.</p> </blockquote> <h2>🐛 Bug fixes</h2> <ul> <li>chore: remove stray space from UV_PYTHON_INSTALL_DIR message <a href="https://github.com/akx"><code>@akx</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/720">#720</a>)</li> </ul> <h2>🚀 Enhancements</h2> <ul> <li>add outputs python-version and python-cache-hit <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/728">#728</a>)</li> <li>Add action typings with validation <a href="https://github.com/krzema12"><code>@krzema12</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/721">#721</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>fix: use uv_build backend for old-python-constraint-project <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/729">#729</a>)</li> <li>chore: update known checksums for 0.9.22 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/727">#727</a>)</li> <li>chore: update known checksums for 0.9.21 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/726">#726</a>)</li> <li>chore: update known checksums for 0.9.20 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/725">#725</a>)</li> <li>chore: update known checksums for 0.9.18 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/718">#718</a>)</li> </ul> <h2>⬆️ Dependency updates</h2> <ul> <li>Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/719">#719</a>)</li> <li>Bump github/codeql-action from 4.31.6 to 4.31.9 @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/723">#723</a>)</li> </ul> <h2>v7.1.6 🌈 add OS version to cache key to prevent binary incompatibility</h2> <h2>Changes</h2> <p>This release will invalidate your cache existing keys!</p> <p>The os version e.g. <code>ubuntu-22.04</code> is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.</p> <h2>🐛 Bug fixes</h2> <ul> <li>feat: add OS version to cache key to prevent binary incompatibility <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/716">#716</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update known checksums for 0.9.17 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/714">#714</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/61cb8a9741eeb8a550a1b8544337180c0fc8476b"><code>61cb8a9</code></a> add outputs python-version and python-cache-hit (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/728">#728</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/11050edb83e14d2332098c2b77d8b22e8af24a51"><code>11050ed</code></a> fix: use uv_build backend for old-python-constraint-project (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/729">#729</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/1d22fafd8beb445256265674ac2958f9bff99ef2"><code>1d22faf</code></a> Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/719">#719</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/f4ed82a8ce6248172e7bb82bff9d40c7b9f4a02f"><code>f4ed82a</code></a> Bump github/codeql-action from 4.31.6 to 4.31.9 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/723">#723</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/e0409b43c0fb363b3b04c3065e6d48ca043509ab"><code>e0409b4</code></a> chore: update known checksums for 0.9.22 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/727">#727</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/702b425af1c366e68b4a9449a8de6dd98b63e979"><code>702b425</code></a> chore: update known checksums for 0.9.21 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/726">#726</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/2630c86ac3d3892ec220898a1b2cd3c39c219041"><code>2630c86</code></a> chore: update known checksums for 0.9.20 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/725">#725</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/45cfcb3be5323e8be48c8a1849f80be7e5152a90"><code>45cfcb3</code></a> Add action typings with validation (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/721">#721</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/ce0a8994de8434fcf2a6517441306c6cd1c0ecf5"><code>ce0a899</code></a> chore: update known checksums for 0.9.18 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/718">#718</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/9c8d030b7f1a3d0171f574badea77d331a72a2ce"><code>9c8d030</code></a> chore: remove stray space from UV_PYTHON_INSTALL_DIR message (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/720">#720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/setup-uv/compare/v6.4.3...61cb8a9741eeb8a550a1b8544337180c0fc8476b">compare view</a></li> </ul> </details> <br /> [](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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
