From f09a8c60f773acd7d7cd1217e51ec5803f70f7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:04:55 +0000 Subject: [PATCH] build(deps): bump rules_python from 2.0.2 to 2.1.0 in /src Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 2.0.2 to 2.1.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/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7c17552f..cbe9a5e5 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.1.0") bazel_dep(name = "pybind11_bazel", version = "3.0.1") -bazel_dep(name = "rules_python", version = "2.0.2") +bazel_dep(name = "rules_python", version = "2.1.0") # Extensions cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension", dev_dependency = True)