From 68fef2f3e9e94b3134501b0cfd8a47aca55e39ca Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 1 Jul 2022 14:27:34 +0000 Subject: [PATCH] Update protobuf-py2_py3 wheel. This is required after updating protobuf to 3.20.0 in https://chromium-review.googlesource.com/c/chromium/src/+/3733827. Bug: b/237760527 Change-Id: I9c4df89b7116dfa934a2c313aaad9c9b88c36787 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267405 Commit-Queue: Mirko Bonadei Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#37399} --- .vpython3 | 4 ++-- infra/specs/trybot_analyze_config.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vpython3 b/.vpython3 index 39d735dcd1..346486e804 100644 --- a/.vpython3 +++ b/.vpython3 @@ -73,8 +73,8 @@ wheel: < version: "version:2.0.0" > wheel: < - name: "infra/python/wheels/protobuf-py2_py3" - version: "version:3.13.0" + name: "infra/python/wheels/protobuf-py3" + version: "version:3.20.0" > wheel: < name: "infra/python/wheels/requests-py2_py3" diff --git a/infra/specs/trybot_analyze_config.json b/infra/specs/trybot_analyze_config.json index 4489a7d5dd..2c818d4e11 100644 --- a/infra/specs/trybot_analyze_config.json +++ b/infra/specs/trybot_analyze_config.json @@ -1,8 +1,10 @@ { "base": { "exclusions": [ + ".vpython", + ".vpython3", "DEPS", "infra/specs/.*" ] } -} \ No newline at end of file +}