From 6b7c83b0a43b8761fbdd51b09c3f6dbcd1c4e7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:14:47 +0000 Subject: [PATCH] Bump rules_python from 1.5.4 to 2.0.1 Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.5.4 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.5.4...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 d513804..38cecd6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ module( version = "0.1.0", ) -bazel_dep(name = "rules_python", version = "1.5.4") +bazel_dep(name = "rules_python", version = "2.0.1") single_version_override( module_name = "rules_python", version = "1.5.4",