diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 44cef770..d9b2532c 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -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", ], )