diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index ca7a5869526..bafb9ea71f5 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.1.0; python_version > '3.0' pyjwt==1.7.1; python_version < '3.0' flask-cors==3.0.10 -google-auth==2.6.2; python_version < '3.0' -google-auth==2.6.2; python_version > '3.0' +google-auth==2.17.2; python_version < '3.0' +google-auth==2.17.2; python_version > '3.0' requests==2.27.1 requests-toolbelt==0.10.0 diff --git a/appengine/standard/firebase/firetactoe/requirements.txt b/appengine/standard/firebase/firetactoe/requirements.txt index 419bf7a003f..9d2b6098a9c 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.1.0; python_version > '3.0' requests==2.27.1 requests-toolbelt==0.10.0 -google-auth==2.6.2; python_version < '3.0' -google-auth==2.6.2; python_version > '3.0' +google-auth==2.17.2; python_version < '3.0' +google-auth==2.17.2; 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 6f2a233042e..9edf8a841cc 100644 --- a/appengine/standard/migration/incoming/requirements.txt +++ b/appengine/standard/migration/incoming/requirements.txt @@ -1,3 +1,3 @@ -google-auth==2.6.2; python_version < '3.0' -google-auth==2.6.2; python_version > '3.0' +google-auth==2.17.2; python_version < '3.0' +google-auth==2.17.2; 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 294cc0e723b..93c7396081c 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.12.11; python_version < '3.0' -google-auth==2.6.2 +google-auth==2.17.2 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 d98cc7d4223..ae0df014af5 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.1.0 google-cloud-datastore==2.7.1 -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 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 d98cc7d4223..ae0df014af5 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.1.0 google-cloud-datastore==2.7.1 -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 diff --git a/appengine/standard_python3/migration/urlfetch/requirements.txt b/appengine/standard_python3/migration/urlfetch/requirements.txt index 2dcaf2a6163..337ca47e11c 100644 --- a/appengine/standard_python3/migration/urlfetch/requirements.txt +++ b/appengine/standard_python3/migration/urlfetch/requirements.txt @@ -1,3 +1,3 @@ requests==2.28.2 flask==2.1.0 -google-auth==2.6.2 +google-auth==2.17.2 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index ca2c80071d9..5d97c33d62b 100644 --- a/appengine/standard_python3/pubsub/requirements.txt +++ b/appengine/standard_python3/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==2.1.0 google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-pubsub==2.9.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index f5edc5ff6ba..fc0bef86dd3 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==2.82.0 google-auth-httplib2==0.1.0 -google-auth==2.16.3 +google-auth==2.17.2 google-cloud-api-keys==0.5.2 google-cloud-compute==1.10.1 google-cloud-language==2.9.0 diff --git a/auth/downscoping/requirements.txt b/auth/downscoping/requirements.txt index 15c1be67040..95007b372e0 100644 --- a/auth/downscoping/requirements.txt +++ b/auth/downscoping/requirements.txt @@ -1,3 +1,4 @@ -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-storage==2.8.0; python_version < '3.7' google-cloud-storage==2.8.0; python_version > '3.6' + diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 3044fd53651..1c80265eccb 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==2.16.0 +google-auth==2.17.2 google-auth-oauthlib==1.0.0 google-auth-httplib2==0.1.0 google-api-python-client==2.47.0 diff --git a/auth/service-to-service/requirements.txt b/auth/service-to-service/requirements.txt index 87ac10d0426..9e4144a5154 100644 --- a/auth/service-to-service/requirements.txt +++ b/auth/service-to-service/requirements.txt @@ -1,2 +1,2 @@ -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 diff --git a/cloud-sql/sql-server/sqlalchemy/requirements-test.txt b/cloud-sql/sql-server/sqlalchemy/requirements-test.txt index 0b8071f7f8d..79113220bb8 100644 --- a/cloud-sql/sql-server/sqlalchemy/requirements-test.txt +++ b/cloud-sql/sql-server/sqlalchemy/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.0.1 -google-auth==2.16.0 +google-auth==2.17.2 Requests==2.28.2 diff --git a/cloudbuild/snippets/requirements.txt b/cloudbuild/snippets/requirements.txt index 8f2a9b0d100..866669561b2 100644 --- a/cloudbuild/snippets/requirements.txt +++ b/cloudbuild/snippets/requirements.txt @@ -1,2 +1,3 @@ google-cloud-build==3.14.0 -google-auth==2.14.0 \ No newline at end of file +google-auth==2.17.2 + diff --git a/composer/functions/requirements.txt b/composer/functions/requirements.txt index 71370897679..e970bfefea2 100644 --- a/composer/functions/requirements.txt +++ b/composer/functions/requirements.txt @@ -1,3 +1,3 @@ requests-toolbelt==0.10.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-pubsub==2.13.11 diff --git a/composer/rest/composer2/requirements.txt b/composer/rest/composer2/requirements.txt index 87ac10d0426..9e4144a5154 100644 --- a/composer/rest/composer2/requirements.txt +++ b/composer/rest/composer2/requirements.txt @@ -1,2 +1,2 @@ -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index 5b04f7e684c..5e801b53efa 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 six==1.16.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index c3b25b94b66..b036e210326 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index c96bc299029..878dd844bdf 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.28.2 google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index b3aec768294..48730b7a277 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==39.0.2 requests==2.28.2 google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/compute/metadata/requirements.txt b/compute/metadata/requirements.txt index 4f559b9a745..e18095aa199 100644 --- a/compute/metadata/requirements.txt +++ b/compute/metadata/requirements.txt @@ -1,2 +1,2 @@ requests==2.28.2 -google-auth==2.6.2 \ No newline at end of file +google-auth==2.17.2 \ No newline at end of file diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index ed697d311fa..40bfebabd40 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.83.0 -google-auth==2.16.1 +google-auth==2.17.2 google-auth-httplib2==0.1.0 google-cloud-compute==1.11.0 google-cloud-os-login==2.9.1 diff --git a/contact-center-insights/snippets/requirements-test.txt b/contact-center-insights/snippets/requirements-test.txt index e3d9b4d517e..6942154c1f9 100644 --- a/contact-center-insights/snippets/requirements-test.txt +++ b/contact-center-insights/snippets/requirements-test.txt @@ -1,3 +1,3 @@ -google-auth==2.16.0 +google-auth==2.17.2 google-cloud-pubsub==2.13.12 pytest==7.2.1 diff --git a/dataproc/snippets/requirements.txt b/dataproc/snippets/requirements.txt index 50d662eee3f..7e50eee8877 100644 --- a/dataproc/snippets/requirements.txt +++ b/dataproc/snippets/requirements.txt @@ -1,7 +1,7 @@ backoff==2.2.1 grpcio==1.50.0 -google-auth==2.14.0 +google-auth==2.17.2 google-auth-httplib2==0.1.0 google-cloud==0.34.0 google-cloud-storage==2.8.0 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index 88dae47b423..3ff493c9de6 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.47.0 -google-auth==2.6.2 +google-auth==2.17.2 six==1.16.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 88dae47b423..3ff493c9de6 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,3 +1,3 @@ grpcio-tools==1.47.0 -google-auth==2.6.2 +google-auth==2.17.2 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 c3b25b94b66..b036e210326 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.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index ce189fd80b5..b8962dcb06b 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.28.2 -google-auth==2.16.0 +google-auth==2.17.2 google-auth-oauthlib==1.0.0 diff --git a/healthcare/api-client/v1/consent/requirements.txt b/healthcare/api-client/v1/consent/requirements.txt index e93cc1550c0..8fac7ba1793 100644 --- a/healthcare/api-client/v1/consent/requirements.txt +++ b/healthcare/api-client/v1/consent/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index a32dfc2e187..c3f472b1791 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.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/dicom/requirements.txt b/healthcare/api-client/v1/dicom/requirements.txt index e2a7fced768..c7a712c795a 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.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-pubsub==2.9.0 requests==2.28.2 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 7409f54b799..5f6bacf7737 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==2.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud==0.34.0 google-cloud-storage==2.8.0; python_version < '3.7' google-cloud-storage==2.8.0; python_version > '3.6' diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index a32dfc2e187..c3f472b1791 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.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index f63bdb4f455..99dab7255e4 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.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud==0.34.0 google-cloud-storage==2.8.0; python_version < '3.7' google-cloud-storage==2.8.0; python_version > '3.6' diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 0ca7a709d6c..d506e99885b 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 boto3==1.26.110 botocore==1.29.110 diff --git a/iap/requirements.txt b/iap/requirements.txt index 145b05c2b4f..a6a60866b38 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,6 +1,6 @@ cryptography==39.0.2 Flask==2.1.0 -google-auth==2.6.2 +google-auth==2.17.2 gunicorn==20.1.0 requests==2.28.2 requests-toolbelt==0.10.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 0ec9471ff97..238b2dee2ac 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==40.0.0 google-api-python-client==2.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-pubsub==2.9.0 paho-mqtt==1.6.1 pyjwt==2.6.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 7714101d6a8..f9be1654550 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.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 google-cloud-iot==2.5.1 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 a272c7a7465..2df4b4ca228 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==40.0.0 google-api-python-client==2.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-iot==2.5.1 google-cloud-pubsub==2.9.0 pyjwt==2.6.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index f36f655bfa8..5dc8ef47211 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==40.0.0 google-api-python-client==2.47.0 google-auth-httplib2==0.1.0 -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-pubsub==2.9.0 google-cloud-iot==2.5.1 grpc-google-iam-v1==0.12.6 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index c3b25b94b66..b036e210326 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index c3b25b94b66..b036e210326 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/language/snippets/api/requirements.txt b/language/snippets/api/requirements.txt index 8cef7de4e37..1cbb61ec0c3 100644 --- a/language/snippets/api/requirements.txt +++ b/language/snippets/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.65.0 -google-auth==2.14.0 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 32447c5db0e..a628f74f583 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,5 +1,5 @@ tensorflow==2.9.3; python_version > "3.6" tensorflow==2.7.2; python_version < "3.7" google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 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 c3b25b94b66..b036e210326 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.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/monitoring/opencensus/requirements.txt b/monitoring/opencensus/requirements.txt index ad8ff516321..9a7ea8aa1b5 100644 --- a/monitoring/opencensus/requirements.txt +++ b/monitoring/opencensus/requirements.txt @@ -1,6 +1,6 @@ Flask==2.1.0 google-api-core==2.11.0 -google-auth==2.17.1 +google-auth==2.17.2 googleapis-common-protos==1.56.4 opencensus==0.10.0 opencensus-context==0.1.3 diff --git a/monitoring/prometheus/requirements.txt b/monitoring/prometheus/requirements.txt index 6f3200241fa..9ca2dbf73a5 100644 --- a/monitoring/prometheus/requirements.txt +++ b/monitoring/prometheus/requirements.txt @@ -1,6 +1,6 @@ Flask==2.1.0 google-api-core==2.11.0 -google-auth==2.17.1 +google-auth==2.17.2 googleapis-common-protos==1.56.4 prometheus-client==0.15.0 prometheus-flask-exporter==0.22.2 diff --git a/people-and-planet-ai/geospatial-classification/constraints.txt b/people-and-planet-ai/geospatial-classification/constraints.txt index d267f430568..dabb74e71f5 100644 --- a/people-and-planet-ai/geospatial-classification/constraints.txt +++ b/people-and-planet-ai/geospatial-classification/constraints.txt @@ -1,2 +1,2 @@ -google-auth==2.6.2 +google-auth==2.17.2 google-cloud-bigquery==2.34.4 diff --git a/privateca/snippets/requirements-test.txt b/privateca/snippets/requirements-test.txt index 57d6e1f99cd..c1947a28439 100644 --- a/privateca/snippets/requirements-test.txt +++ b/privateca/snippets/requirements-test.txt @@ -1,4 +1,4 @@ pytest==7.2.1 -google-auth==2.16.1 +google-auth==2.17.2 cryptography==40.0.0 backoff==2.2.1 \ No newline at end of file diff --git a/run/markdown-preview/editor/requirements.txt b/run/markdown-preview/editor/requirements.txt index 5adb5176624..400c1328ebd 100644 --- a/run/markdown-preview/editor/requirements.txt +++ b/run/markdown-preview/editor/requirements.txt @@ -1,4 +1,4 @@ Flask==2.1.0 gunicorn==20.1.0 -google-auth==2.6.2 +google-auth==2.17.2 requests==2.28.2 diff --git a/run/markdown-preview/requirements-test.txt b/run/markdown-preview/requirements-test.txt index 2be575a97a9..3bdac0b99ad 100644 --- a/run/markdown-preview/requirements-test.txt +++ b/run/markdown-preview/requirements-test.txt @@ -1,4 +1,4 @@ backoff==2.1.2 pytest==7.0.1 -google-auth==2.6.2 +google-auth==2.17.2 google-api-python-client==2.47.0 diff --git a/run/service-auth/requirements.txt b/run/service-auth/requirements.txt index 5915d40283f..6366313986b 100644 --- a/run/service-auth/requirements.txt +++ b/run/service-auth/requirements.txt @@ -1,4 +1,4 @@ -google-auth==2.6.6 +google-auth==2.17.2 Flask==2.1.2 gunicorn==20.1.0 \ No newline at end of file diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index c3b25b94b66..b036e210326 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 4b17b505d44..6743b8284dc 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==2.8.0; python_version < '3.7' +google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.8.0; python_version > '3.6' -google-auth==2.6.2 +google-auth==2.17.2 six==1.16.0 diff --git a/storagetransfer/requirements.txt b/storagetransfer/requirements.txt index 97b1b6984c7..90447480959 100644 --- a/storagetransfer/requirements.txt +++ b/storagetransfer/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage-transfer==1.5.2 google-api-python-client==2.47.0 -google-auth==2.6.2 +google-auth==2.17.2 google-auth-httplib2==0.1.0