From 70d9ce701ffe653c6b177a5615dde3b0a1b181b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 1 Apr 2026 22:24:58 +0200 Subject: [PATCH] build: update rules_python version to 1.8.5 to match resolved dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Øyvind Harboe --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 9687e51c48..87b6bf996d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ git_override( remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git", ) -bazel_dep(name = "rules_python", version = "1.2.0") +bazel_dep(name = "rules_python", version = "1.8.5") bazel_dep(name = "rules_shell", version = "0.6.1") python = use_extension("@rules_python//python/extensions:python.bzl", "python")