We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f810593 commit 95d0f59Copy full SHA for 95d0f59
bazel/repositories.bzl
@@ -271,10 +271,10 @@ def _rule_python():
271
maybe(
272
http_archive,
273
name = "rules_python",
274
- sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
275
- strip_prefix = "rules_python-0.36.0",
+ sha256 = "bd4797821b72b80b69e3c5ab4ad037e7fd1e6a0a27aebf42424c7ab0ce32e254",
+ strip_prefix = "rules_python-0.37.1",
276
urls = [
277
- "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz",
+ "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.37.1.tar.gz",
278
],
279
)
280
0 commit comments