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 ce99019 commit 5d23b8bCopy full SHA for 5d23b8b
WORKSPACE
@@ -16,9 +16,9 @@ bazel_features_deps()
16
17
http_archive(
18
name = "rules_python",
19
- sha256 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113",
20
- strip_prefix = "rules_python-0.37.2",
21
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz",
+ sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34",
+ strip_prefix = "rules_python-0.38.0",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.38.0/rules_python-0.38.0.tar.gz",
22
)
23
24
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments