Skip to content

Commit

Permalink
Update dependency rules_python to v0.29.0 (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent ea6e1ea commit 1b89dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ def _rule_python():
maybe(
http_archive,
name = "rules_python",
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
strip_prefix = "rules_python-0.24.0",
sha256 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580",
strip_prefix = "rules_python-0.29.0",
urls = [
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz",
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.29.0.tar.gz",
],
)

Expand Down

0 comments on commit 1b89dd5

Please sign in to comment.