Skip to content

Commit

Permalink
Bump bazel-runfiles from 0.37.1 to 0.37.2 in /tools (#3111)
Browse files Browse the repository at this point in the history
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 = &quot;rules_python&quot;,
version = &quot;0.37.2&quot;)
<p>pip = use_extension(&quot;<a
href="https://github.com/rules"><code>@​rules</code></a>_python//python/extensions:pip.bzl&quot;,
&quot;pip&quot;)</p>
<p>pip.parse(<br />
hub_name = &quot;pip&quot;,<br />
python_version = &quot;3.11&quot;,<br />
requirements_lock = &quot;//:requirements_lock.txt&quot;,<br />
)</p>
<p>use_repo(pip, &quot;pip&quot;)<br />
</code></pre></p>
<h2>Using WORKSPACE</h2>
<p>Paste this snippet into your <code>WORKSPACE</code> file:</p>
<pre
lang="starlark"><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;,
&quot;http_archive&quot;)
<p>http_archive(<br />
name = &quot;rules_python&quot;,<br />
sha256 =
&quot;c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113&quot;,<br
/>
strip_prefix = &quot;rules_python-0.37.2&quot;,<br />
url = &quot;<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>&quot;,<br
/>
)</p>
<p>load(&quot;<a
href="https://github.com/rules"><code>@​rules</code></a>_python//python:repositories.bzl&quot;,
&quot;py_repositories&quot;)</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(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;,
&quot;http_archive&quot;)
http_archive(
    name = &quot;rules_python_gazelle_plugin&quot;,
sha256 =
&quot;c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113&quot;,
    strip_prefix = &quot;rules_python-0.37.2/gazelle&quot;,
url =
&quot;https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz&quot;,
)
&lt;/tr&gt;&lt;/table&gt; 
</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
dependabot[bot] authored Nov 5, 2024
1 parent c1cedbc commit d730442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# bazel run //tools:requirements.update
#
bazel-runfiles==0.37.1 \
--hash=sha256:c1bb8d6fa4540c7dee17f306a53395c698d518651ee9c864ed679db6505fea36
bazel-runfiles==0.37.2 \
--hash=sha256:99e2b4e90721b915a1270b291af7f0f625bb1fb0eccaa39aebb91d4a69d2641e
# via -r tools/requirements.in
click==8.1.7 \
--hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \
Expand Down

0 comments on commit d730442

Please sign in to comment.