From 0fec12562364845e1dc98827c0b2b5d7017317f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Jan 2022 18:30:14 +0000 Subject: [PATCH] chore(deps): update dependency google-auth to v2.5.0 --- .../standard/firebase/firenotes/backend/requirements.txt | 4 ++-- appengine/standard/firebase/firetactoe/requirements.txt | 4 ++-- appengine/standard/migration/incoming/requirements.txt | 4 ++-- appengine/standard/storage/api-client/requirements.txt | 4 ++-- .../building-an-app/building-an-app-3/requirements.txt | 2 +- .../building-an-app/building-an-app-4/requirements.txt | 2 +- .../standard_python3/migration/urlfetch/requirements.txt | 2 +- appengine/standard_python3/pubsub/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/downscoping/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- auth/service-to-service/requirements.txt | 2 +- composer/functions/requirements.txt | 2 +- composer/rest/composer2/requirements.txt | 2 +- composer/rest/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/metadata/requirements.txt | 2 +- compute/oslogin/requirements.txt | 2 +- endpoints/bookstore-grpc-transcoding/requirements.txt | 2 +- endpoints/bookstore-grpc/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- endpoints/getting-started/requirements.txt | 2 +- healthcare/api-client/v1/datasets/requirements.txt | 2 +- healthcare/api-client/v1/dicom/requirements.txt | 2 +- healthcare/api-client/v1/fhir/requirements.txt | 2 +- healthcare/api-client/v1/hl7v2/requirements.txt | 2 +- healthcare/api-client/v1beta1/fhir/requirements.txt | 2 +- iam/api-client/requirements.txt | 2 +- iap/requirements.txt | 2 +- iot/api-client/end_to_end_example/requirements.txt | 2 +- iot/api-client/gcs_file_to_device/requirements.txt | 2 +- iot/api-client/http_example/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 2 +- jobs/v3/api_client/requirements.txt | 2 +- kubernetes_engine/api-client/requirements.txt | 2 +- ml_engine/online_prediction/requirements.txt | 2 +- monitoring/api/v3/api-client/requirements.txt | 2 +- monitoring/opencensus/requirements.txt | 2 +- monitoring/prometheus/requirements.txt | 2 +- run/markdown-preview/editor/requirements.txt | 2 +- run/markdown-preview/requirements-test.txt | 2 +- storage/api/requirements.txt | 2 +- storage/signed_urls/requirements.txt | 2 +- storagetransfer/requirements.txt | 2 +- 46 files changed, 50 insertions(+), 50 deletions(-) diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index bf1a8a52b18..0999c05a1a4 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -2,7 +2,7 @@ Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' pyjwt==1.7.1; python_version < '3.0' flask-cors==3.0.10 -google-auth==2.3.3; python_version < '3.0' -google-auth==2.3.3; python_version > '3.0' +google-auth==2.5.0; python_version < '3.0' +google-auth==2.5.0; python_version > '3.0' requests==2.27.1 requests-toolbelt==0.9.1 diff --git a/appengine/standard/firebase/firetactoe/requirements.txt b/appengine/standard/firebase/firetactoe/requirements.txt index 75b9deba357..4a2f1b396a3 100644 --- a/appengine/standard/firebase/firetactoe/requirements.txt +++ b/appengine/standard/firebase/firetactoe/requirements.txt @@ -2,6 +2,6 @@ Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' requests==2.27.1 requests_toolbelt==0.9.1 -google-auth==2.3.3; python_version < '3.0' -google-auth==2.3.3; python_version > '3.0' +google-auth==2.5.0; python_version < '3.0' +google-auth==2.5.0; python_version > '3.0' functools32==3.2.3.post2; python_version < "3" diff --git a/appengine/standard/migration/incoming/requirements.txt b/appengine/standard/migration/incoming/requirements.txt index eeeae8fadcb..f0f4caa153f 100644 --- a/appengine/standard/migration/incoming/requirements.txt +++ b/appengine/standard/migration/incoming/requirements.txt @@ -1,3 +1,3 @@ -google-auth==2.3.3; python_version < '3.0' -google-auth==2.3.3; python_version > '3.0' +google-auth==2.5.0; python_version < '3.0' +google-auth==2.5.0; python_version > '3.0' requests==2.27.1 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 06afe92d38b..27bf7862578 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.12.10; python_version < '3.0' -google-auth==2.3.3; python_version < '3.0' -google-auth==2.3.3; python_version > '3.0' +google-auth==2.5.0; python_version < '3.0' +google-auth==2.5.0; python_version > '3.0' google-auth-httplib2==0.1.0 diff --git a/appengine/standard_python3/building-an-app/building-an-app-3/requirements.txt b/appengine/standard_python3/building-an-app/building-an-app-3/requirements.txt index 7d8bcd76330..738f496e8f3 100644 --- a/appengine/standard_python3/building-an-app/building-an-app-3/requirements.txt +++ b/appengine/standard_python3/building-an-app/building-an-app-3/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.2 google-cloud-datastore==2.4.0 -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 diff --git a/appengine/standard_python3/building-an-app/building-an-app-4/requirements.txt b/appengine/standard_python3/building-an-app/building-an-app-4/requirements.txt index 7d8bcd76330..738f496e8f3 100644 --- a/appengine/standard_python3/building-an-app/building-an-app-4/requirements.txt +++ b/appengine/standard_python3/building-an-app/building-an-app-4/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.2 google-cloud-datastore==2.4.0 -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 diff --git a/appengine/standard_python3/migration/urlfetch/requirements.txt b/appengine/standard_python3/migration/urlfetch/requirements.txt index 3866fb8f948..95278282c75 100644 --- a/appengine/standard_python3/migration/urlfetch/requirements.txt +++ b/appengine/standard_python3/migration/urlfetch/requirements.txt @@ -1,3 +1,3 @@ requests==2.27.1 flask==2.0.2 -google-auth==2.3.3 +google-auth==2.5.0 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index 4ea45966be4..fa9968bee59 100644 --- a/appengine/standard_python3/pubsub/requirements.txt +++ b/appengine/standard_python3/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.2 google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-pubsub==2.9.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index dab9b3b1cff..bdf2ef170bc 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 diff --git a/auth/downscoping/requirements.txt b/auth/downscoping/requirements.txt index 33bcb57f48b..50dd5a37f4b 100644 --- a/auth/downscoping/requirements.txt +++ b/auth/downscoping/requirements.txt @@ -1,2 +1,2 @@ -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-storage==1.43.0 \ No newline at end of file diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 9bf748e6bbb..de636278224 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==2.3.3 +google-auth==2.5.0 google-auth-oauthlib==0.4.6 google-auth-httplib2==0.1.0 google-api-python-client==2.34.0 diff --git a/auth/service-to-service/requirements.txt b/auth/service-to-service/requirements.txt index 1bcc10f0c8f..967281870b1 100644 --- a/auth/service-to-service/requirements.txt +++ b/auth/service-to-service/requirements.txt @@ -1,2 +1,2 @@ -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 diff --git a/composer/functions/requirements.txt b/composer/functions/requirements.txt index b8e62fb9321..13c21799a7f 100644 --- a/composer/functions/requirements.txt +++ b/composer/functions/requirements.txt @@ -1,2 +1,2 @@ requests_toolbelt==0.9.1 -google-auth==2.3.3 +google-auth==2.5.0 diff --git a/composer/rest/composer2/requirements.txt b/composer/rest/composer2/requirements.txt index 1bcc10f0c8f..967281870b1 100644 --- a/composer/rest/composer2/requirements.txt +++ b/composer/rest/composer2/requirements.txt @@ -1,2 +1,2 @@ -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index 48bd4d87110..12142475eb4 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 six==1.16.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 2802f988f5c..1f1fa880725 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 6fa2c7f0450..cb90d51466c 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.27.1 google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index a2a604fc3de..ed4b0e37192 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==36.0.1 requests==2.27.1 google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/compute/metadata/requirements.txt b/compute/metadata/requirements.txt index 6e515ea4f5f..534d22dcf6b 100644 --- a/compute/metadata/requirements.txt +++ b/compute/metadata/requirements.txt @@ -1,2 +1,2 @@ requests==2.27.1 -google-auth==2.3.3 \ No newline at end of file +google-auth==2.5.0 \ No newline at end of file diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index cf8b232874b..8468789b9c1 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 requests==2.27.1 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index 7ea688aa14c..7260b113171 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.43.0 -google-auth==2.3.3 +google-auth==2.5.0 six==1.16.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 7ea688aa14c..7260b113171 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.43.0 -google-auth==2.3.3 +google-auth==2.5.0 six==1.16.0 diff --git a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt index 2802f988f5c..1f1fa880725 100644 --- a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt +++ b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index eda71b02016..b050d1ca342 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -4,5 +4,5 @@ gunicorn==20.1.0 six==1.16.0 pyyaml==6.0 requests==2.27.1 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-oauthlib==0.4.6 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index 7a6459885f8..f1bb8b513e7 100644 --- a/healthcare/api-client/v1/datasets/requirements.txt +++ b/healthcare/api-client/v1/datasets/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/dicom/requirements.txt b/healthcare/api-client/v1/dicom/requirements.txt index 4fe68270559..48d301fe56f 100644 --- a/healthcare/api-client/v1/dicom/requirements.txt +++ b/healthcare/api-client/v1/dicom/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-pubsub==2.9.0 requests==2.27.1 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index ab89c879e9b..19abf553ca0 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud==0.34.0 google-cloud-storage==1.43.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index 7a6459885f8..f1bb8b513e7 100644 --- a/healthcare/api-client/v1/hl7v2/requirements.txt +++ b/healthcare/api-client/v1/hl7v2/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index 25414577eff..46884df4453 100644 --- a/healthcare/api-client/v1beta1/fhir/requirements.txt +++ b/healthcare/api-client/v1beta1/fhir/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud==0.34.0 google-cloud-storage==1.43.0 requests==2.27.1 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index e397fbff4e3..355d7a6d5b8 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 boto3==1.20.24 botocore==1.23.25 diff --git a/iap/requirements.txt b/iap/requirements.txt index af80256ad40..017f0239ed1 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,6 +1,6 @@ cryptography==36.0.1 Flask==2.0.2 -google-auth==2.3.3 +google-auth==2.5.0 gunicorn==20.1.0 requests==2.27.1 requests_toolbelt==0.9.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 5cdab6d071f..f1d4a9d331c 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==36.0.1 google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-pubsub==2.9.0 pyjwt==2.3.0 paho-mqtt==1.5.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 6bd8110a5e4..79007eeaaba 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 google-cloud-iot==2.3.0 google-cloud-pubsub==2.9.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 432072e50a7..3221a29a0c1 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==36.0.1 google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-iot==2.3.0 google-cloud-pubsub==2.9.0 pyjwt==2.3.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 48f74479555..d200c6b8ea4 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==36.0.1 google-api-python-client==2.34.0 google-auth-httplib2==0.1.0 -google-auth==2.3.3 +google-auth==2.5.0 google-cloud-pubsub==2.9.0 google-cloud-iot==2.3.0 grpc-google-iam-v1==0.12.3 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 2802f988f5c..1f1fa880725 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 2802f988f5c..1f1fa880725 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 9fa0f0b92db..739e99bdcbc 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,5 +1,5 @@ tensorflow==2.7.0; python_version > "3.6" tensorflow==2.6.2; python_version < "3.7" google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 2802f988f5c..1f1fa880725 100644 --- a/monitoring/api/v3/api-client/requirements.txt +++ b/monitoring/api/v3/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/monitoring/opencensus/requirements.txt b/monitoring/opencensus/requirements.txt index 4855e4004af..e1b2fec3229 100644 --- a/monitoring/opencensus/requirements.txt +++ b/monitoring/opencensus/requirements.txt @@ -1,6 +1,6 @@ Flask==2.0.2 google-api-core==2.4.0 -google-auth==2.3.3 +google-auth==2.5.0 googleapis-common-protos==1.54.0 opencensus==0.8.0 opencensus-context==0.1.2 diff --git a/monitoring/prometheus/requirements.txt b/monitoring/prometheus/requirements.txt index 17d9b96ae46..43f24aa9dc1 100644 --- a/monitoring/prometheus/requirements.txt +++ b/monitoring/prometheus/requirements.txt @@ -1,6 +1,6 @@ Flask==2.0.2 google-api-core==2.4.0 -google-auth==2.3.3 +google-auth==2.5.0 googleapis-common-protos==1.54.0 prometheus-client==0.13.1 prometheus-flask-exporter==0.18.7 diff --git a/run/markdown-preview/editor/requirements.txt b/run/markdown-preview/editor/requirements.txt index 1d17983cbc5..f2376882085 100644 --- a/run/markdown-preview/editor/requirements.txt +++ b/run/markdown-preview/editor/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.2 gunicorn==20.1.0 -google-auth==2.3.3 +google-auth==2.5.0 requests==2.27.1 diff --git a/run/markdown-preview/requirements-test.txt b/run/markdown-preview/requirements-test.txt index 223a136db21..6bcf8eb8119 100644 --- a/run/markdown-preview/requirements-test.txt +++ b/run/markdown-preview/requirements-test.txt @@ -1,3 +1,3 @@ pytest==6.2.4 -google-auth==2.3.3 +google-auth==2.5.0 google-api-python-client==2.34.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 2802f988f5c..1f1fa880725 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 05fb4651ccd..39a31d6d9f2 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.43.0 -google-auth==2.3.3 +google-auth==2.5.0 six==1.16.0 diff --git a/storagetransfer/requirements.txt b/storagetransfer/requirements.txt index 06d75bfe054..71764ab9a19 100644 --- a/storagetransfer/requirements.txt +++ b/storagetransfer/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage-transfer==1.1.1 google-api-python-client==2.34.0 -google-auth==2.3.3 +google-auth==2.5.0 google-auth-httplib2==0.1.0