From b7faa84f2fea1332643ee7169e914854096bad67 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Fri, 20 Dec 2024 16:31:58 +0900 Subject: [PATCH] bzlmod: Update `rules_python` to 1.0.0 (#1149) This is just a mechanical update of rules_python from 0.34.0 to 1.0.0. No change is expected in the final artifacts. Closes #1148. PiperOrigin-RevId: 708197475 --- src/MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MODULE.bazel b/src/MODULE.bazel index 8cea1e28a..fd605d427 100644 --- a/src/MODULE.bazel +++ b/src/MODULE.bazel @@ -42,11 +42,11 @@ bazel_dep( version = "1.7.1", ) -# rules_python: 0.34.0 2024-07-01 +# rules_python: 1.0.0 2024-12-06 # https://github.com/bazelbuild/rules_python/ bazel_dep( name = "rules_python", - version = "0.34.0", + version = "1.0.0", ) # Bazel macOS build (3.16.1 2024-12-13)