From 78466ea8fbd9740e2286a1a8e80799baaf8655ef Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 19 Jul 2023 17:31:00 +0200 Subject: [PATCH] bazel: Make usage of protobuf know type duration.proto working Fix: * https://github.com/protocolbuffers/protobuf/issues/6666 * https://github.com/bazelbuild/rules_python/issues/1005 by using rules_python 0.24.0 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 0af7c4b088..cbc0526523 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -61,7 +61,7 @@ git_repository( git_repository( name = "rules_python", - tag = "0.23.1", + tag = "0.24.0", remote = "https://github.com/bazelbuild/rules_python.git", )