From 0c85e19870be4d714ae95a2346fad9defa8b81c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:38:36 +0000 Subject: [PATCH] Bump rules_python from 1.9.0 to 2.0.1 Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.1 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..fda189d 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.1") bazel_dep(name = "bazel_skylib", version = "1.9.0") bazel_dep(name = "rules_shell", version = "0.6.1")