Skip to content

Commit 7171c57

Browse files
aignasrickeylev
authored andcommitted
fix(sphinxdocs): update MODULE.bazel to depend on a released version (#3704)
Related to the failure in rc0. See #3688. (cherry picked from commit bf2d3c4)
1 parent 7852f8e commit 7171c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxdocs/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bazel_dep(name = "bazel_skylib", version = "1.8.2")
88
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
99
bazel_dep(name = "platforms", version = "0.0.11")
1010
bazel_dep(name = "protobuf", version = "29.0-rc2", repo_name = "com_google_protobuf")
11-
bazel_dep(name = "rules_python", version = "0.0.0")
11+
bazel_dep(name = "rules_python", version = "1.8.5")
1212
local_path_override(
1313
module_name = "rules_python",
1414
path = "..",

0 commit comments

Comments
 (0)