From 2eb01c6053a8c1668e8a719dee1e0367f935986a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:10:48 +0000 Subject: [PATCH] build(deps): bump rules_python from 1.9.0-rc1 to 1.9.0 in /src Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0-rc1 to 1.9.0. - [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-rc1...1.9.0) --- updated-dependencies: - dependency-name: rules_python dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MODULE.bazel b/src/MODULE.bazel index 2ace6cfd..c795fbbe 100644 --- a/src/MODULE.bazel +++ b/src/MODULE.bazel @@ -23,7 +23,7 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True) # https://github.com/pybind/pybind11_bazel/blob/master/MODULE.bazel bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "pybind11_bazel", version = "3.0.0") -bazel_dep(name = "rules_python", version = "1.9.0-rc1") +bazel_dep(name = "rules_python", version = "1.9.0") # Extensions cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension", dev_dependency = True)