From 039e0c970524076a02d41e454f4bda4b8d431da4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:32:14 +0000 Subject: [PATCH] Update dependency rules_python to v0.35.0 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2418fc2..718b3bd 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.34.0") +bazel_dep(name = "rules_python", version = "0.35.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.