Skip to content

Commit 95d0f59

Browse files
chore(deps): update dependency rules_python to v0.37.1
1 parent f810593 commit 95d0f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ def _rule_python():
271271
maybe(
272272
http_archive,
273273
name = "rules_python",
274-
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
275-
strip_prefix = "rules_python-0.36.0",
274+
sha256 = "bd4797821b72b80b69e3c5ab4ad037e7fd1e6a0a27aebf42424c7ab0ce32e254",
275+
strip_prefix = "rules_python-0.37.1",
276276
urls = [
277-
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz",
277+
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.37.1.tar.gz",
278278
],
279279
)
280280

0 commit comments

Comments
 (0)