Skip to content

Commit 1d741bd

Browse files
committed
score_docs_as_code: Update to 2.0.2
- score_docs_as_code 2.0.1 -> 2.0.2 - rules_python needs to stay to 1.4.1 (but dev_dependency)
1 parent 7548876 commit 1d741bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module(
1818

1919
## Toolchains (dependencies and config)
2020
# python
21-
bazel_dep(name = "rules_python", version = "1.4.1")
21+
# ToDo: score_docs_as_code broken with any later version >1.4.1 (e.g. 1.6.3)
22+
bazel_dep(name = "rules_python", version = "1.4.1", dev_dependency = True)
2223

2324
PYTHON_VERSION = "3.12"
2425

@@ -79,7 +80,7 @@ bazel_dep(name = "aspect_rules_lint", version = "1.10.2")
7980
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
8081

8182
# docs-as-code
82-
bazel_dep(name = "score_docs_as_code", version = "2.0.1")
83+
bazel_dep(name = "score_docs_as_code", version = "2.0.2")
8384

8485
# Provides, pytest & venv
8586
bazel_dep(name = "score_python_basics", version = "0.3.4")

0 commit comments

Comments
 (0)