We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548876 commit 1d741bdCopy full SHA for 1d741bd
MODULE.bazel
@@ -18,7 +18,8 @@ module(
18
19
## Toolchains (dependencies and config)
20
# python
21
-bazel_dep(name = "rules_python", version = "1.4.1")
+# 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)
23
24
PYTHON_VERSION = "3.12"
25
@@ -79,7 +80,7 @@ bazel_dep(name = "aspect_rules_lint", version = "1.10.2")
79
80
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
81
82
# docs-as-code
-bazel_dep(name = "score_docs_as_code", version = "2.0.1")
83
+bazel_dep(name = "score_docs_as_code", version = "2.0.2")
84
85
# Provides, pytest & venv
86
bazel_dep(name = "score_python_basics", version = "0.3.4")
0 commit comments