Skip to content

Commit a70d3bc

Browse files
[Build] Bump rules_python to 0.13.0
1 parent 3a33a8d commit a70d3bc

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 = "56dc7569e5dd149e576941bdb67a57e19cd2a7a63cc352b62ac047732008d7e1",
41-
strip_prefix = "rules_python-0.10.0",
42-
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.0.tar.gz",
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",
4343
)
4444

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

0 commit comments

Comments
 (0)