Skip to content

Commit 3e7adf6

Browse files
chore(deps): update dependency rules_python to v0.33.1 (#323)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_python](https://togithub.com/bazelbuild/rules_python) | http_archive | patch | `0.33.0` -> `0.33.1` | --- ### Release Notes <details> <summary>bazelbuild/rules_python (rules_python)</summary> ### [`v0.33.1`](https://togithub.com/bazelbuild/rules_python/blob/HEAD/CHANGELOG.md#0331---2024-06-13) [Compare Source](https://togithub.com/bazelbuild/rules_python/compare/0.33.0...0.33.1) [0.33.1]: https://togithub.com/bazelbuild/rules_python/releases/tag/0.33.1 ##### Fixed - (py_binary) Fix building of zip file when using `--build_python_zip` argument. Fixes [#&#8203;1954](https://togithub.com/bazelbuild/rules_python/issues/1954). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 633e98a commit 3e7adf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel_integration_test/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies():
2929
maybe(
3030
http_archive,
3131
name = "rules_python",
32-
sha256 = "dc6e2756130fafb90273587003659cadd1a2dfef3f6464c227794cdc01ebf70e",
33-
strip_prefix = "rules_python-0.33.0",
34-
url = "https://github.com/bazelbuild/rules_python/archive/0.33.0.tar.gz",
32+
sha256 = "5bcfa3852444d084b1d3262714cec151b797648d4d444ea9895c7c7ed79cd715",
33+
strip_prefix = "rules_python-0.33.1",
34+
url = "https://github.com/bazelbuild/rules_python/archive/0.33.1.tar.gz",
3535
)

0 commit comments

Comments
 (0)