From e65c4263577211d0bf5c61291c46b24acb9844e1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 27 May 2020 18:17:02 +0200 Subject: [PATCH] chore(deps): update dependency google-api-python-client to v1.8.4 (#3881) Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> --- appengine/standard/pubsub/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- appengine/standard_python3/pubsub/requirements.txt | 2 +- appengine/standard_python37/pubsub/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/oslogin/requirements.txt | 2 +- dataflow/run_template/requirements.txt | 2 +- datastore/schedule-export/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- functions/billing/requirements.txt | 2 +- functions/slack/requirements.txt | 2 +- healthcare/api-client/datasets/requirements.txt | 2 +- healthcare/api-client/dicom/requirements.txt | 2 +- healthcare/api-client/fhir/requirements.txt | 2 +- healthcare/api-client/hl7v2/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 +- iam/api-client/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/manager/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 +- language/api/requirements.txt | 2 +- ml_engine/online_prediction/requirements.txt | 2 +- monitoring/api/v3/api-client/requirements.txt | 2 +- notebooks/samples/requirements.txt | 2 +- storage/api/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/appengine/standard/pubsub/requirements.txt b/appengine/standard/pubsub/requirements.txt index a70d0b3daf24..6cbe8f9ce8ff 100755 --- a/appengine/standard/pubsub/requirements.txt +++ b/appengine/standard/pubsub/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 421ee1f3d9c8..2c0db82b498a 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.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index a6dbaa83f4d7..b734cff4e6a6 100644 --- a/appengine/standard_python3/pubsub/requirements.txt +++ b/appengine/standard_python3/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/appengine/standard_python37/pubsub/requirements.txt b/appengine/standard_python37/pubsub/requirements.txt index a6dbaa83f4d7..b734cff4e6a6 100644 --- a/appengine/standard_python37/pubsub/requirements.txt +++ b/appengine/standard_python37/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 60e9ddc8e77f..53daf19422cf 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index c11bae41e9d7..071c7d37591b 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.15.0 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 flask==1.1.2 requests==2.23.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index af4a069116ce..b08aa3168aee 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.23.0 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index ae129455562e..a8fd32053731 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.9.2 requests==2.23.0 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index ad71d67eb7b9..9f6c68fcd822 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 requests==2.23.0 diff --git a/dataflow/run_template/requirements.txt b/dataflow/run_template/requirements.txt index 3465b4ec43d6..7138e8e273cd 100644 --- a/dataflow/run_template/requirements.txt +++ b/dataflow/run_template/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 diff --git a/datastore/schedule-export/requirements.txt b/datastore/schedule-export/requirements.txt index 3465b4ec43d6..7138e8e273cd 100644 --- a/datastore/schedule-export/requirements.txt +++ b/datastore/schedule-export/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 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 421ee1f3d9c8..2c0db82b498a 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==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/functions/billing/requirements.txt b/functions/billing/requirements.txt index e11561d87be1..aa381f58701e 100644 --- a/functions/billing/requirements.txt +++ b/functions/billing/requirements.txt @@ -1,4 +1,4 @@ slackclient==2.6.1 # [START functions_billing_limit_appengine_deps] -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 # [START functions_billing_limit_appengine_deps] diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index d07251921429..d16055f5ef47 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 flask==1.1.2 slackeventsapi==2.1.0 diff --git a/healthcare/api-client/datasets/requirements.txt b/healthcare/api-client/datasets/requirements.txt index 00ff0713b8fb..fe3384a574f6 100644 --- a/healthcare/api-client/datasets/requirements.txt +++ b/healthcare/api-client/datasets/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/dicom/requirements.txt b/healthcare/api-client/dicom/requirements.txt index 6240c4bb0eb7..17bfdd5789cc 100644 --- a/healthcare/api-client/dicom/requirements.txt +++ b/healthcare/api-client/dicom/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/healthcare/api-client/fhir/requirements.txt b/healthcare/api-client/fhir/requirements.txt index 9881e88ff08b..68ff6c8ccda6 100644 --- a/healthcare/api-client/fhir/requirements.txt +++ b/healthcare/api-client/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/hl7v2/requirements.txt b/healthcare/api-client/hl7v2/requirements.txt index 00ff0713b8fb..fe3384a574f6 100644 --- a/healthcare/api-client/hl7v2/requirements.txt +++ b/healthcare/api-client/hl7v2/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index 00ff0713b8fb..fe3384a574f6 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==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.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 6240c4bb0eb7..17bfdd5789cc 100644 --- a/healthcare/api-client/v1/dicom/requirements.txt +++ b/healthcare/api-client/v1/dicom/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 6427de7f5610..e5ba475284f0 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index 00ff0713b8fb..fe3384a574f6 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==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud==0.34.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 2844fb3f5d99..fbd407d5308a 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.9.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 392d016945cf..d9aef1227399 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 google-cloud-iot==1.0.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 69f3fd3074c0..936acf58da75 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.9.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-iot==1.0.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 733341f614de..f0ab4d473e3d 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,6 +1,6 @@ cryptography==2.9.2 flaky==3.6.1 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-iot==1.0.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 9b4e4b6b0beb..bffc6e8d2036 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.9.2 -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth-httplib2==0.0.3 google-auth==1.15.0 google-cloud-pubsub==1.5.0 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index da861eee34b9..65b4c127029e 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==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 421ee1f3d9c8..2c0db82b498a 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==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/notebooks/samples/requirements.txt b/notebooks/samples/requirements.txt index 3465b4ec43d6..7138e8e273cd 100644 --- a/notebooks/samples/requirements.txt +++ b/notebooks/samples/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 421ee1f3d9c8..2c0db82b498a 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.8.3 +google-api-python-client==1.8.4 google-auth==1.15.0 google-auth-httplib2==0.0.3