Skip to content

Commit da89a32

Browse files
Update dependency rules_python to v1.5.1 (#138)
1 parent 036730e commit da89a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

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

55
bazel_dep(name = "platforms", version = "1.0.0")
6-
bazel_dep(name = "rules_python", version = "1.5.0")
6+
bazel_dep(name = "rules_python", version = "1.5.1")
77

88
# For the most part, a given version of Blender only supports exactly one
99
# version of Python, so we'll pin ourselves to exactly that version.

0 commit comments

Comments
 (0)