diff --git a/py/repositories.bzl b/py/repositories.bzl index 3b9efb0a..fccad8f1 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -38,7 +38,7 @@ def rules_py_dependencies(): http_archive( name = "rules_python", - sha256 = "cff4c0ac0873ce089557b72828f34b82e67f35e9accfe414b5c3230907104a87", - strip_prefix = "rules_python-9facc3e3341f156377c61afbaa1dfb79a3843b78", - url = "https://github.com/bazelbuild/rules_python/archive/9facc3e3341f156377c61afbaa1dfb79a3843b78.tar.gz", + sha256 = "a51d59de45c47d64bd983dd224fc02730cffabd336e4f7d6139fa77991562047", + strip_prefix = "rules_python-2b5447bca3b85141aedc7676f83a19ea2f030739", + url = "https://github.com/bazelbuild/rules_python/archive/2b5447bca3b85141aedc7676f83a19ea2f030739.tar.gz", )