We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03453e3 commit 5738897Copy full SHA for 5738897
WORKSPACE
@@ -16,9 +16,9 @@ bazel_features_deps()
16
17
http_archive(
18
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",
+ sha256 = "bd4797821b72b80b69e3c5ab4ad037e7fd1e6a0a27aebf42424c7ab0ce32e254",
+ strip_prefix = "rules_python-0.37.1",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.1/rules_python-0.37.1.tar.gz",
22
)
23
24
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments