File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Other changes:
8080 otherwise empty) virtual env is used to customize ` sys.path ` initialization.
8181* (deps) bazel_skylib 1.7.0 (workspace; bzlmod already specifying that version)
8282* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3
83+ * (deps) stardoc 0.7.2 to support Bazel 8.
8384
8485{#v0-0-0-fixed}
8586### Fixed
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pip.parse(
7171use_repo (pip , "rules_python_publish_deps" )
7272
7373# Not a dev dependency to allow usage of //sphinxdocs code, which refers to stardoc repos.
74- bazel_dep (name = "stardoc" , version = "0.7.1 " , repo_name = "io_bazel_stardoc" )
74+ bazel_dep (name = "stardoc" , version = "0.7.2 " , repo_name = "io_bazel_stardoc" )
7575
7676# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
7777bazel_dep (name = "rules_bazel_integration_test" , version = "0.26.1" , dev_dependency = True )
You can’t perform that action at this time.
0 commit comments