From 3ea15b4a56aa402ee5a4a0af373feacd52284415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 03:35:44 +0000 Subject: [PATCH] Bump rules_python from 1.9.0 to 2.0.0-rc4 Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.0-rc4. - [Release notes](https://github.com/bazel-contrib/rules_python/releases) - [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md) - [Commits](https://github.com/bazel-contrib/rules_python/compare/1.9.0...2.0.0-rc4) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.0-rc3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2eebd45..e92f111 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,7 +9,7 @@ module( version = "0.1.2", ) -bazel_dep(name = "rules_python", version = "1.9.0") +bazel_dep(name = "rules_python", version = "2.0.0-rc4") bazel_dep(name = "bazel_skylib", version = "1.9.0") python = use_extension("@rules_python//python/extensions:python.bzl", "python")