Skip to content

Commit

Permalink
Update dependency rules_python to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent 2068818 commit 7737e19
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 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580",
strip_prefix = "rules_python-0.29.0",
sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311",
strip_prefix = "rules_python-0.31.0",
urls = [
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.29.0.tar.gz",
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.31.0.tar.gz",
],
)

Expand Down

0 comments on commit 7737e19

Please sign in to comment.