From c6e210b08783660163f0aae920ab8e54bcc1636c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:49:20 +0000 Subject: [PATCH] build(deps): bump rules_python from 1.9.0-rc1 to 2.0.0-rc3 in /src Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0-rc1 to 2.0.0-rc3. - [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...2.0.0-rc3) --- 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] --- src/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MODULE.bazel b/src/MODULE.bazel index 53606635..e1664167 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.1") -bazel_dep(name = "rules_python", version = "1.9.0-rc1") +bazel_dep(name = "rules_python", version = "2.0.0-rc3") # Extensions cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension", dev_dependency = True)