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
This commit is contained in:
Corentin Le Molgat
2023-07-19 17:31:00 +02:00
parent fc07c75802
commit 78466ea8fb

View File

@@ -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",
)