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 8487998 commit f2b65ebCopy full SHA for f2b65eb
WORKSPACE
@@ -61,9 +61,9 @@ bazel_skylib_workspace()
61
62
http_archive(
63
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",
+ sha256 = "56dc7569e5dd149e576941bdb67a57e19cd2a7a63cc352b62ac047732008d7e1",
+ strip_prefix = "rules_python-0.10.0",
+ url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.0.tar.gz",
67
)
68
69
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
0 commit comments