Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ http_file(
# docs dependency
# Note: requirements were last aligned with 1.2.0,
# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x.
bazel_dep(name = "score_process", version = "1.3.2")
bazel_dep(name = "score_process", version = "1.4.2")

# Add Linter
bazel_dep(name = "rules_multitool", version = "1.9.0")
Expand Down
4 changes: 2 additions & 2 deletions docs/internals/requirements/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ Architecture Attributes
:parent_covered: NO: we only enable linking, we do not link
:satisfies:
gd_req__req_attr_impl,
gd_req__impl_design_code_link,
gd_req__impl_diagram_check_includes,

Docs-as-Code shall allow source code to link to needs.

Expand Down Expand Up @@ -725,7 +725,7 @@ Architecture Attributes
:tags: Detailed Design & Code
:implemented: YES
:parent_covered: YES
:satisfies: gd_req__impl_dynamic_diagram
:satisfies:

Provide needs type ``dd_dyn`` for dynamic diagrams showing unit interactions as UML.

Expand Down
Loading