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 <mbonadei@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Brian Sheedy 2023-06-01 11:14:34 -07:00 committed by libyuv LUCI CQ
parent 47731743bf
commit f713f69be9

View File

@ -76,8 +76,8 @@ wheel: <
version: "version:5.8.0.chromium.2" version: "version:5.8.0.chromium.2"
> >
wheel: < wheel: <
name: "infra/python/wheels/requests-py2_py3" name: "infra/python/wheels/requests-py3"
version: "version:2.26.0" version: "version:2.31.0"
> >
# Used by various python unit tests. # Used by various python unit tests.