Skip to content

Commit 6ff8b72

Browse files
Update dependency rules_python to v1.9.0 (#510)
1 parent 6778884 commit 6ff8b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drake_bazel_download/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module(name = "drake_external_examples")
44

55
# Add the Bazel rulesets we need.
66
bazel_dep(name = "rules_cc", version = "0.2.17")
7-
bazel_dep(name = "rules_python", version = "1.8.5")
7+
bazel_dep(name = "rules_python", version = "1.9.0")
88
bazel_dep(name = "rules_shell", version = "0.6.1")
99

1010
# Use the host system python.

drake_bazel_external/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel_dep(name = "apple_support", version = "2.3.0")
99

1010
# Add the Bazel rules we need.
1111
bazel_dep(name = "rules_cc", version = "0.2.17")
12-
bazel_dep(name = "rules_python", version = "1.8.5")
12+
bazel_dep(name = "rules_python", version = "1.9.0")
1313
bazel_dep(name = "rules_shell", version = "0.6.1")
1414

1515
# Here we introduce Drake as a module dependency, but note that Drake is not

0 commit comments

Comments
 (0)