From a4ae7f1d5d1bf174edc0054bab8eab349cc4bb29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:46:49 +0000 Subject: [PATCH] Update dependency rules_python to v0.33.1 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4441c52..04ed684 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.0") +bazel_dep(name = "rules_python", version = "0.33.1") # 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.