From 83727c704c3185027001d498e065d85aa108ee4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:35:36 +0000 Subject: [PATCH] Update dependency rules_python to v0.33.2 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 04ed684..7555ac0 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.1") +bazel_dep(name = "rules_python", version = "0.33.2") # 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.