Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bazel-runfiles from 0.37.1 to 0.37.2 in /tools (#3111)
Bumps [bazel-runfiles](https://github.com/bazelbuild/rules_python) from 0.37.1 to 0.37.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/rules_python/releases">bazel-runfiles's releases</a>.</em></p> <blockquote> <h2>0.37.2</h2> <h2>Using Bzlmod</h2> <p>Add to your <code>MODULE.bazel</code> file:</p> <pre lang="starlark"><code>bazel_dep(name = "rules_python", version = "0.37.2") <p>pip = use_extension("<a href="https://github.com/rules"><code>@rules</code></a>_python//python/extensions:pip.bzl", "pip")</p> <p>pip.parse(<br /> hub_name = "pip",<br /> python_version = "3.11",<br /> requirements_lock = "//:requirements_lock.txt",<br /> )</p> <p>use_repo(pip, "pip")<br /> </code></pre></p> <h2>Using WORKSPACE</h2> <p>Paste this snippet into your <code>WORKSPACE</code> file:</p> <pre lang="starlark"><code>load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") <p>http_archive(<br /> name = "rules_python",<br /> sha256 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113",<br /> strip_prefix = "rules_python-0.37.2",<br /> url = "<a href="https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz">https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz</a>",<br /> )</p> <p>load("<a href="https://github.com/rules"><code>@rules</code></a>_python//python:repositories.bzl", "py_repositories")</p> <p>py_repositories()<br /> </code></pre></p> <h3>Gazelle plugin</h3> <p>Paste this snippet into your <code>WORKSPACE</code> file:</p> <pre lang="starlark"><code>load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_python_gazelle_plugin", sha256 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113", strip_prefix = "rules_python-0.37.2/gazelle", url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz", ) </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/rules_python/blob/0.37.2/CHANGELOG.md">bazel-runfiles's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bazelbuild/rules_python/releases/tag/0.37.2">0.37.2</a> - 2024-10-27</h2> <p>{#v0-37-2-fixed}</p> <h3>Fixed</h3> <ul> <li>(bzlmod) Generate <code>config_setting</code> values for all available toolchains instead of only the registered toolchains, which restores the previous behaviour that <code>bzlmod</code> users would have observed.</li> </ul> <p>{#v0-37-1}</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazelbuild/rules_python/commit/2ee80c3e4675c1fc84976cf4c2d036ce69fd4eb1"><code>2ee80c3</code></a> fix(bzlmod): generate config_setting values for all python toolchains (<a href="https://redirect.github.com/bazelbuild/rules_python/issues/2350">#2350</a>)</li> <li>See full diff in <a href="https://github.com/bazelbuild/rules_python/compare/0.37.1...0.37.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bazel-runfiles&package-manager=pip&previous-version=0.37.1&new-version=0.37.2)](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