Skip to content

Commit f2b65eb

Browse files
[build] Bump rules_python to 0.10
1 parent 8487998 commit f2b65eb

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
@@ -61,9 +61,9 @@ bazel_skylib_workspace()
6161

6262
http_archive(
6363
name = "rules_python",
64-
sha256 = "cdf6b84084aad8f10bf20b46b77cb48d83c319ebe6458a18e9d2cebf57807cdd",
65-
strip_prefix = "rules_python-0.8.1",
66-
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.1.tar.gz",
64+
sha256 = "56dc7569e5dd149e576941bdb67a57e19cd2a7a63cc352b62ac047732008d7e1",
65+
strip_prefix = "rules_python-0.10.0",
66+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.0.tar.gz",
6767
)
6868

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

0 commit comments

Comments
 (0)