Skip to content

Commit 5738897

Browse files
chore(deps): update dependency rules_python to v0.37.1
1 parent 03453e3 commit 5738897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ bazel_features_deps()
1616

1717
http_archive(
1818
name = "rules_python",
19-
sha256 = "0cc05ddb27614baecace068986931e2a6e9f69114e6115fc5dc58250faf56e0f",
20-
strip_prefix = "rules_python-0.37.0",
21-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.0/rules_python-0.37.0.tar.gz",
19+
sha256 = "bd4797821b72b80b69e3c5ab4ad037e7fd1e6a0a27aebf42424c7ab0ce32e254",
20+
strip_prefix = "rules_python-0.37.1",
21+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.1/rules_python-0.37.1.tar.gz",
2222
)
2323

2424
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)