From 41b0ede95d51d7cfa761f71d61fc72860e1d4828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:48:56 +0000 Subject: [PATCH] Bump rules_python from 1.9.0 to 2.0.0 Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.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...2.0.0) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.0 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 8fc039d..276c2ab 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") bazel_dep(name = "bazel_skylib", version = "1.9.0") bazel_dep(name = "rules_shell", version = "0.6.1")