diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index cfd958d5a08c..ab78fded00b0 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -2,6 +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==1.31.0 +google-auth==1.35.0; python_version < '3.0' +google-auth==2.0.0; python_version > '3.0' requests==2.26.0 requests-toolbelt==0.9.1 diff --git a/appengine/standard/firebase/firetactoe/requirements.txt b/appengine/standard/firebase/firetactoe/requirements.txt index 7d8d732afd00..afa6a13152a8 100644 --- a/appengine/standard/firebase/firetactoe/requirements.txt +++ b/appengine/standard/firebase/firetactoe/requirements.txt @@ -2,5 +2,6 @@ Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' requests==2.26.0 requests_toolbelt==0.9.1 -google-auth==1.31.0 +google-auth==1.35.0; python_version < '3.0' +google-auth==2.0.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 74a76a3975d3..fd75cd668c9d 100644 --- a/appengine/standard/migration/incoming/requirements.txt +++ b/appengine/standard/migration/incoming/requirements.txt @@ -1,2 +1,3 @@ -google-auth==1.31.0 -requests==2.26.0 \ No newline at end of file +google-auth==1.35.0; python_version < '3.0' +google-auth==2.0.0; python_version > '3.0' +requests==2.26.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 874c0c2e38ff..056b8f2046b3 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,3 +1,4 @@ google-api-python-client==1.12.8; python_version < '3.0' -google-auth==1.31.0 +google-auth==1.35.0; python_version < '3.0' +google-auth==2.0.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 2ed345c3b9c2..5dc919c3799d 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.1 google-cloud-datastore==2.1.6 -google-auth==1.31.0 +google-auth==2.0.0 requests==2.26.0 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 2ed345c3b9c2..5dc919c3799d 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.1 google-cloud-datastore==2.1.6 -google-auth==1.31.0 +google-auth==2.0.0 requests==2.26.0 diff --git a/appengine/standard_python3/migration/urlfetch/requirements.txt b/appengine/standard_python3/migration/urlfetch/requirements.txt index 7c5463a55d57..3675fe56f15b 100644 --- a/appengine/standard_python3/migration/urlfetch/requirements.txt +++ b/appengine/standard_python3/migration/urlfetch/requirements.txt @@ -1,3 +1,3 @@ requests==2.26.0 flask==2.0.1 -google-auth==1.31.0 +google-auth==2.0.0 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index 6e1230b160dc..928c5e1cc4f0 100644 --- a/appengine/standard_python3/pubsub/requirements.txt +++ b/appengine/standard_python3/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.1 google-api-python-client==2.17.0 -google-auth==1.31.0 -google-cloud-pubsub==2.7.0 +google-auth==2.0.0 +google-cloud-pubsub==2.7.1 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index e6ef5558c876..c3534affb778 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.0 diff --git a/auth/downscoping/requirements.txt b/auth/downscoping/requirements.txt index 505287a480a4..639c0935e662 100644 --- a/auth/downscoping/requirements.txt +++ b/auth/downscoping/requirements.txt @@ -1,2 +1,2 @@ -google-auth==1.34.0 +google-auth==2.0.0 google-cloud-storage==1.42.0 \ No newline at end of file diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 9cfe0f5c6535..b755861d59c9 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.31.0 +google-auth==2.0.0 google-auth-oauthlib==0.4.5 google-auth-httplib2==0.1.0 google-api-python-client==2.17.0 diff --git a/auth/service-to-service/requirements.txt b/auth/service-to-service/requirements.txt index a58090f55995..dcbdf2e8169c 100644 --- a/auth/service-to-service/requirements.txt +++ b/auth/service-to-service/requirements.txt @@ -1,2 +1,2 @@ -google-auth==1.31.0 +google-auth==2.0.0 requests==2.26.0 diff --git a/composer/functions/requirements.txt b/composer/functions/requirements.txt index 6d6d52ce436e..a5431bbd472e 100644 --- a/composer/functions/requirements.txt +++ b/composer/functions/requirements.txt @@ -1,2 +1,2 @@ requests_toolbelt==0.9.1 -google-auth==1.31.0 +google-auth==2.0.0 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index a1d6e2552aae..19c945947c8c 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==1.31.0 +google-auth==2.0.0 requests==2.26.0 six==1.16.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 767160786be9..78837bd6f086 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index b08f723e2331..513018f70c1b 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.26.0 google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index ed38309d6166..b87928fa0847 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.4.7 requests==2.26.0 google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/compute/metadata/requirements.txt b/compute/metadata/requirements.txt index 26adaa8d5a5e..f066332b7c47 100644 --- a/compute/metadata/requirements.txt +++ b/compute/metadata/requirements.txt @@ -1,2 +1,2 @@ requests==2.26.0 -google-auth==1.31.0 \ No newline at end of file +google-auth==2.0.0 \ No newline at end of file diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index e2660ca343c5..3fb33df372d5 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 requests==2.26.0 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index b150350c789a..8f1078d69a8a 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.39.0 -google-auth==1.31.0 +google-auth==2.0.0 six==1.16.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index b150350c789a..8f1078d69a8a 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.39.0 -google-auth==1.31.0 +google-auth==2.0.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 767160786be9..78837bd6f086 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.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 0128b86087c7..e6f3ab103289 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==5.4.1 requests==2.26.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-oauthlib==0.4.5 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index c30012986f4b..e6c7657159e0 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.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.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 c8e83b6ab47a..0870f25bf4b4 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.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 -google-cloud-pubsub==2.7.0 +google-auth==2.0.0 +google-cloud-pubsub==2.7.1 requests==2.26.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 0a21beb76e43..ee7e0820521f 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.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.0 google-cloud==0.34.0 google-cloud-storage==1.42.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index c30012986f4b..e6c7657159e0 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.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.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 9d2dffac6708..f995c6e26620 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.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.0 google-cloud==0.34.0 google-cloud-storage==1.42.0 requests==2.26.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 767160786be9..78837bd6f086 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 6a468776a283..0b793e02b77a 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,6 +1,6 @@ cryptography==3.4.7 Flask==2.0.1 -google-auth==1.31.0 +google-auth==2.0.0 gunicorn==20.1.0 requests==2.26.0 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 3486f2a15943..ff11767d5f6f 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==3.4.7 google-api-python-client==2.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 -google-cloud-pubsub==2.7.0 +google-auth==2.0.0 +google-cloud-pubsub==2.7.1 pyjwt==2.1.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 c4ad9954d878..4bc165d1bec3 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,8 +1,8 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 google-cloud-iot==2.2.1 -google-cloud-pubsub==2.7.0 +google-cloud-pubsub==2.7.1 google-cloud-storage==1.42.0 cryptography==3.4.7 paho-mqtt==1.5.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 092faf86872d..52c397b01dde 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,8 +1,8 @@ cryptography==3.4.7 google-api-python-client==2.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 +google-auth==2.0.0 google-cloud-iot==2.2.1 -google-cloud-pubsub==2.7.0 +google-cloud-pubsub==2.7.1 pyjwt==2.1.0 requests==2.26.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index da30e1fa8793..bcd6662088e7 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,8 +1,8 @@ cryptography==3.4.7 google-api-python-client==2.17.0 google-auth-httplib2==0.1.0 -google-auth==1.31.0 -google-cloud-pubsub==2.7.0 +google-auth==2.0.0 +google-cloud-pubsub==2.7.1 google-cloud-iot==2.2.1 grpc-google-iam-v1==0.12.3 pyjwt==2.1.0 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 767160786be9..78837bd6f086 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 767160786be9..78837bd6f086 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 9e7bc40ba7e5..c6dacafa586b 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,5 +1,5 @@ tensorflow==2.0.1; python_version > "3.0" tensorflow==1.15.0; python_version < "3.0" google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.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 767160786be9..78837bd6f086 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.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/monitoring/opencensus/requirements.txt b/monitoring/opencensus/requirements.txt index c3a735aeac77..3d27826767dd 100644 --- a/monitoring/opencensus/requirements.txt +++ b/monitoring/opencensus/requirements.txt @@ -2,7 +2,7 @@ Flask==2.0.1 # Update this to a >2 once opencensus allows newer versions: # https://github.com/census-instrumentation/opencensus-python/pull/1066 google-api-core==1.31.2 -google-auth==1.31.0 +google-auth==1.35.0 googleapis-common-protos==1.53.0 opencensus==0.7.13 opencensus-context==0.1.2 diff --git a/monitoring/prometheus/requirements.txt b/monitoring/prometheus/requirements.txt index e05124c43240..af9026322a67 100644 --- a/monitoring/prometheus/requirements.txt +++ b/monitoring/prometheus/requirements.txt @@ -1,6 +1,6 @@ Flask==2.0.1 google-api-core==2.0.0 -google-auth==1.31.0 +google-auth==2.0.0 googleapis-common-protos==1.53.0 prometheus-client==0.11.0 prometheus-flask-exporter==0.18.2 diff --git a/run/markdown-preview/editor/requirements.txt b/run/markdown-preview/editor/requirements.txt index 14bd7c6d2df8..35dc9b991268 100644 --- a/run/markdown-preview/editor/requirements.txt +++ b/run/markdown-preview/editor/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.1 gunicorn==20.1.0 -google-auth==1.31.0 +google-auth==2.0.0 requests==2.26.0 diff --git a/run/markdown-preview/requirements-test.txt b/run/markdown-preview/requirements-test.txt index 9fd9be1c1c76..e005580c1b9e 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==1.31.0 +google-auth==2.0.0 google-api-python-client==2.17.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 767160786be9..78837bd6f086 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 2316874da613..f4674062d448 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.42.0 -google-auth==1.31.0 +google-auth==2.0.0 six==1.16.0 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 767160786be9..78837bd6f086 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.17.0 -google-auth==1.31.0 +google-auth==2.0.0 google-auth-httplib2==0.1.0