Skip to content

Commit 826c7a4

Browse files
authored
fix(sphinxdocs): update MODULE.bazel to depend on a released version
1 parent 7369341 commit 826c7a4

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)