From f713f69be9a78b66c0ab763be43c29ee49a73df3 Mon Sep 17 00:00:00 2001 From: Brian Sheedy Date: Thu, 1 Jun 2023 11:14:34 -0700 Subject: [PATCH] Update vpython3 requests Updates the requests version in .vpython3 to the latest available in order to pick up a security fix. Also changes the requested version to the Python 3-only one since Python 2 support was removed from requests. Bug: chromium:1448265 Change-Id: I6eb4081735aee77f38793a00e9f17bdd32a52c58 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4581054 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei --- .vpython3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vpython3 b/.vpython3 index 0a9aa38b9..28d819e74 100644 --- a/.vpython3 +++ b/.vpython3 @@ -76,8 +76,8 @@ wheel: < version: "version:5.8.0.chromium.2" > wheel: < - name: "infra/python/wheels/requests-py2_py3" - version: "version:2.26.0" + name: "infra/python/wheels/requests-py3" + version: "version:2.31.0" > # Used by various python unit tests.