Skip to content

Commit ba57f72

Browse files
authored
chore: update to latest rules_python (2.2.0) (#650)
1 parent 94afe04 commit ba57f72

3 files changed

Lines changed: 1897 additions & 242 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module(name = "score_docs_as_code")
1919
# Python version
2020
#
2121
###############################################################################
22-
bazel_dep(name = "rules_python", version = "1.8.3")
22+
bazel_dep(name = "rules_python", version = "2.2.0")
23+
bazel_dep(name = "sphinxdocs", version = "2.2.0") # separate module since rules_python 2.0.0
2324

2425
PYTHON_VERSION = "3.12"
2526

0 commit comments

Comments
 (0)