googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
771 stars 305 forks source link

chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro #1406

Closed gcf-owl-bot[bot] closed 10 months ago

gcf-owl-bot[bot] commented 10 months ago

Source-Link: https://github.com/googleapis/synthtool/commit/bc07fd415c39853b382bcf8315f8eeacdf334055 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0

pquentin commented 10 months ago

This library supports urllib3 2.0, I don't know what kokoro is, but I would suggest bumping the urllib3 version to 2.0.7 instead.

parthea commented 10 months ago

The files in .kokoro are used for testing and releasing. The source for this change is located here: https://github.com/googleapis/synthtool/blob/bc07fd415c39853b382bcf8315f8eeacdf334055/synthtool/gcp/templates/python_library/.kokoro/requirements.txt#L470-L475

I've opened PR https://github.com/googleapis/synthtool/pull/1892 to update urllib3 to 2.0.7. A PR in this repository should be opened automatically once PR https://github.com/googleapis/synthtool/pull/1892 is merged.

vchudnov-g commented 10 months ago

Approved and merged https://github.com/googleapis/synthtool/pull/1892. Waiting for the resulting PR in this repo.