diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 766a1cab..5510b76b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -272,10 +272,10 @@ def _rule_python(): maybe( http_archive, name = "rules_python", - sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913", - strip_prefix = "rules_python-0.36.0", + sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34", + strip_prefix = "rules_python-0.38.0", urls = [ - "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz", + "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.38.0.tar.gz", ], )