From 4eec914d7a8899091e5d6ee19af8e93e376ae4e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Sep 2020 21:40:38 +0000 Subject: [PATCH] chore(deps): update dependency google-api-python-client to v1.12.1 --- appengine/standard/mailgun/requirements-test.txt | 2 +- appengine/standard/pubsub/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- appengine/standard_python3/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/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 +- run/markdown-preview/requirements-test.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/mailgun/requirements-test.txt b/appengine/standard/mailgun/requirements-test.txt index 442054281d74..5b42efa7a89b 100644 --- a/appengine/standard/mailgun/requirements-test.txt +++ b/appengine/standard/mailgun/requirements-test.txt @@ -1,4 +1,4 @@ pytest==4.6.11; python_version < '3.0' -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 mock==3.0.5; python_version < '3.0' WebTest==2.0.35 diff --git a/appengine/standard/pubsub/requirements.txt b/appengine/standard/pubsub/requirements.txt index e99abe9786b4..b0166d01f8f6 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.11.0 +google-api-python-client==1.12.1 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 7858cee7e3a7..a9285c76624b 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index c3124e162bef..dbb7a01afc32 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-cloud-pubsub==1.7.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 539a84de4a97..587db9545177 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index a1148afc75da..dc52bce197ba 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.21.1 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.4 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 flask==1.1.2 requests==2.24.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 5a28c9c1fe38..1d7974b334a3 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.24.0 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index e7bf7f4e3b31..7ab092004b03 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.1 requests==2.24.0 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index 338c18894950..d3deb1f9a88e 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 requests==2.24.0 diff --git a/dataflow/run_template/requirements.txt b/dataflow/run_template/requirements.txt index a157c0ad73be..ee6b9e5d01cc 100644 --- a/dataflow/run_template/requirements.txt +++ b/dataflow/run_template/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 diff --git a/datastore/schedule-export/requirements.txt b/datastore/schedule-export/requirements.txt index a157c0ad73be..ee6b9e5d01cc 100644 --- a/datastore/schedule-export/requirements.txt +++ b/datastore/schedule-export/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 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 7858cee7e3a7..a9285c76624b 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/functions/billing/requirements.txt b/functions/billing/requirements.txt index 3b0c903eb977..34642d88170d 100644 --- a/functions/billing/requirements.txt +++ b/functions/billing/requirements.txt @@ -1,4 +1,4 @@ slackclient==2.8.2 # [START functions_billing_limit_appengine_deps] -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 # [END functions_billing_limit_appengine_deps] diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index 7d2f235bd4dd..0ecc7f922059 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 flask==1.1.2 slackclient==2.8.2 diff --git a/healthcare/api-client/datasets/requirements.txt b/healthcare/api-client/datasets/requirements.txt index 86a4c9af4c47..308bc5374ade 100644 --- a/healthcare/api-client/datasets/requirements.txt +++ b/healthcare/api-client/datasets/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/healthcare/api-client/dicom/requirements.txt b/healthcare/api-client/dicom/requirements.txt index 4be041e7e9ee..9438634d0071 100644 --- a/healthcare/api-client/dicom/requirements.txt +++ b/healthcare/api-client/dicom/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud-pubsub==1.7.0 diff --git a/healthcare/api-client/fhir/requirements.txt b/healthcare/api-client/fhir/requirements.txt index 7b83a3a21d74..a042a30254de 100644 --- a/healthcare/api-client/fhir/requirements.txt +++ b/healthcare/api-client/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/healthcare/api-client/hl7v2/requirements.txt b/healthcare/api-client/hl7v2/requirements.txt index 86a4c9af4c47..308bc5374ade 100644 --- a/healthcare/api-client/hl7v2/requirements.txt +++ b/healthcare/api-client/hl7v2/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index 86a4c9af4c47..308bc5374ade 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.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/dicom/requirements.txt b/healthcare/api-client/v1/dicom/requirements.txt index 4be041e7e9ee..9438634d0071 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.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud-pubsub==1.7.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index b6b38d26ca99..e25ebae2bac8 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.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index 86a4c9af4c47..308bc5374ade 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.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud==0.34.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 4db21a039175..44589265120d 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==3.1 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud-pubsub==1.7.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index db7857aec415..d963d7ed41c8 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 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 6c50f3949bca..4faf4533f84e 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.1 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 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 bb13c310144f..55a954398b3a 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.1 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.1 google-cloud-pubsub==1.7.0 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 7858cee7e3a7..a9285c76624b 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 7253274885c5..29ea4bd03211 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 7858cee7e3a7..a9285c76624b 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.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/notebooks/samples/requirements.txt b/notebooks/samples/requirements.txt index a157c0ad73be..ee6b9e5d01cc 100644 --- a/notebooks/samples/requirements.txt +++ b/notebooks/samples/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 diff --git a/run/markdown-preview/requirements-test.txt b/run/markdown-preview/requirements-test.txt index 9e165dcf5b50..8f6eb5c9a5df 100644 --- a/run/markdown-preview/requirements-test.txt +++ b/run/markdown-preview/requirements-test.txt @@ -1,3 +1,3 @@ pytest==6.0.1 google-auth==1.21.1 -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 7858cee7e3a7..a9285c76624b 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.11.0 +google-api-python-client==1.12.1 google-auth==1.21.1 google-auth-httplib2==0.0.4