Skip to content

Commit cccbe85

Browse files
[Build] Bump rules_python to 0.15
1 parent 8cd4954 commit cccbe85

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
@@ -37,9 +37,9 @@ bazel_skylib_workspace()
3737

3838
http_archive(
3939
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",
40+
sha256 = "fda23c37fbacf7579f94d5e8f342d3a831140e9471b770782e83846117dd6596",
41+
strip_prefix = "rules_python-0.15.0",
42+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.15.0.tar.gz",
4343
)
4444

4545
load("@rules_python//python:repositories.bzl", "python_register_toolchains")

0 commit comments

Comments
 (0)