diff --git a/py/repositories.bzl b/py/repositories.bzl index 3b9efb0a..4e279813 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 = "53f508457978a67ca672a679f20128db3f114d6578917cbb673580ce476711a1", + strip_prefix = "rules_python-4cb249a4344ebf56bd3a1b6c0a6c83debea3548c", + url = "https://github.com/bazelbuild/rules_python/archive/4cb249a4344ebf56bd3a1b6c0a6c83debea3548c.tar.gz", )