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 +}