From 63aaa8a9c181e0588aca17148a70f242aeb99358 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 11 Oct 2023 13:39:15 +0200 Subject: [PATCH] bazel: bump rules_python to 0.26.0 fix https://github.com/pypa/setuptools/issues/3452 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index c2345083813..5846733aa5e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -68,7 +68,7 @@ git_repository( git_repository( name = "rules_python", - tag = "0.24.0", + tag = "0.26.0", remote = "https://github.com/bazelbuild/rules_python.git", )