diff --git a/MODULE.bazel b/MODULE.bazel index 7555ac0..2418fc2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -3,7 +3,7 @@ module(name = "drake_blender") bazel_dep(name = "platforms", version = "0.0.10") -bazel_dep(name = "rules_python", version = "0.33.2") +bazel_dep(name = "rules_python", version = "0.34.0") # For the most part, a given version of Blender only supports exactly one # version of Python, so we'll pin ourselves to exactly that version.