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 8cd4954 commit cccbe85Copy full SHA for cccbe85
WORKSPACE
@@ -37,9 +37,9 @@ bazel_skylib_workspace()
37
38
http_archive(
39
name = "rules_python",
40
- sha256 = "8c8fe44ef0a9afc256d1e75ad5f448bb59b81aba149b8958f02f7b3a98f5d9b4",
41
- strip_prefix = "rules_python-0.13.0",
42
- url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.13.0.tar.gz",
+ sha256 = "fda23c37fbacf7579f94d5e8f342d3a831140e9471b770782e83846117dd6596",
+ strip_prefix = "rules_python-0.15.0",
+ url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.15.0.tar.gz",
43
)
44
45
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
0 commit comments