diff --git a/repositories/repositories.bzl b/repositories/repositories.bzl index 0df535d..a52b604 100644 --- a/repositories/repositories.bzl +++ b/repositories/repositories.bzl @@ -10,9 +10,9 @@ def ros_repositories(): maybe( http_archive, name = "rules_python", - sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311", - strip_prefix = "rules_python-0.31.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.31.0.tar.gz", + sha256 = "4912ced70dc1a2a8e4b86cec233b192ca053e82bc72d877b98e126156e8f228d", + strip_prefix = "rules_python-0.32.2", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.32.2.tar.gz", ) maybe(