From f982c2a1f2295519facb13f2f2e776423c2e9117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:29:13 +0000 Subject: [PATCH] Bump rules_python from 1.8.4 to 1.9.0-rc0 Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.8.4 to 1.9.0-rc0. - [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.8.4...1.9.0-rc0) --- updated-dependencies: - dependency-name: rules_python dependency-version: 1.9.0-rc0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 69677025e4..dfa0457f68 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -41,7 +41,7 @@ bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1") bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "rules_cc", version = "0.2.17") bazel_dep(name = "rules_pkg", version = "1.2.0") -bazel_dep(name = "rules_python", version = "1.8.4") +bazel_dep(name = "rules_python", version = "1.9.0-rc0") bazel_dep(name = "rules_proto", version = "7.1.0") bazel_dep(name = "zlib", version = "1.3.2") bazel_dep(name = "opentracing-cpp", version = "1.6.0")