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