From b221fbfc16c39b1a624ca227bd58f12c5c411614 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 17 Apr 2020 03:44:09 +0200 Subject: [PATCH] chore(deps): update dependency google-api-python-client to v1.8.0 (#3100) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-api-python-client](https://togithub.com/google/google-api-python-client) | minor | `==1.7.11` -> `==1.8.0` | --- ### Release Notes
google/google-api-python-client ### [`v1.8.0`](https://togithub.com/google/google-api-python-client/releases/v1.8.0) [Compare Source](https://togithub.com/google/google-api-python-client/compare/v1.7.12...v1.8.0) Release to support API endpoint override. New Features - Add api endpoint override. ([#​829](https://togithub.com/googleapis/google-api-python-client/pull/829)) Implementation Changes - Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. ([#​841](https://togithub.com/googleapis/google-api-python-client/pull/841)) ### [`v1.7.12`](https://togithub.com/google/google-api-python-client/releases/v1.7.12) [Compare Source](https://togithub.com/google/google-api-python-client/compare/v1.7.11...v1.7.12) Bugfix release Implementation Changes - Look for field 'detail' in error message. ([#​739](https://togithub.com/googleapis/google-api-python-client/pull/739)) - Exclude 308s from httplib2 redirect codes list ([#​813](https://togithub.com/googleapis/google-api-python-client/pull/813)) Documentation - Remove oauth2client from docs ([#​738](https://togithub.com/googleapis/google-api-python-client/pull/738)) - Fix typo. ([#​745](https://togithub.com/googleapis/google-api-python-client/pull/745)) - Remove compatibility badges. ([#​746](https://togithub.com/googleapis/google-api-python-client/pull/746)) - Fix TypeError: search_analytics_api_sample.py [#​732](https://togithub.com/google/google-api-python-client/issues/732) ([#​742](https://togithub.com/googleapis/google-api-python-client/pull/742)) - Correct response access ([#​750](https://togithub.com/googleapis/google-api-python-client/pull/750)) - Fix link to API explorer ([#​760](https://togithub.com/googleapis/google-api-python-client/pull/760)) - Fix argument typo in oauth2 code example ([#​763](https://togithub.com/googleapis/google-api-python-client/pull/763)) - Recommend install with virtualenv ([#​768](https://togithub.com/googleapis/google-api-python-client/pull/768)) - Fix capitalization in docs/README.md ([#​770](https://togithub.com/googleapis/google-api-python-client/pull/770)) - Remove compatibility badges ([#​796](https://togithub.com/googleapis/google-api-python-client/pull/796)) - Remove mentions of pycrypto ([#​799](https://togithub.com/googleapis/google-api-python-client/pull/799)) - Fix typo in model.py - Add note about Google Ads llibrary ([#​814](https://togithub.com/googleapis/google-api-python-client/pull/814)) Internal / Testing Changes - Blacken ([#​772](https://togithub.com/googleapis/google-api-python-client/pull/722)) - Move kokoro configs ([#​832](https://togithub.com/googleapis/google-api-python-client/pull/832))
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples). --- appengine/standard/pubsub/requirements.txt | 2 +- appengine/standard/storage/api-client/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 +- .../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 +- 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 +- storage/api/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/appengine/standard/pubsub/requirements.txt b/appengine/standard/pubsub/requirements.txt index afb0e8b11f10..38d8fe970521 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.7.11 +google-api-python-client==1.8.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 04c20c7a6612..46afe12bb258 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/appengine/standard_python37/pubsub/requirements.txt b/appengine/standard_python37/pubsub/requirements.txt index 22137d93b0a9..c2f148fd722a 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-cloud-pubsub==1.4.2 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index e4e1ace607a1..932b78aba417 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 62fb44571416..a10485c37fa4 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.14.0 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 flask==1.1.2 requests==2.23.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 4fff7715add7..2e50d5aa2e11 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.23.0 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index b9a22d0e4b1e..da387f8eac33 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.8 requests==2.23.0 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index 5a4c45bb4308..18d814e9f1e5 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.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 eaaa699c91a5..e15147ac64fa 100644 --- a/dataflow/run_template/requirements.txt +++ b/dataflow/run_template/requirements.txt @@ -1 +1 @@ -google-api-python-client==1.7.11 \ No newline at end of file +google-api-python-client==1.8.0 \ No newline at end of file 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 04c20c7a6612..46afe12bb258 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/functions/billing/requirements.txt b/functions/billing/requirements.txt index ccde2ed93d5b..a9f7d3963baf 100644 --- a/functions/billing/requirements.txt +++ b/functions/billing/requirements.txt @@ -1,4 +1,4 @@ slackclient==2.5.0 # [START functions_billing_limit_appengine_deps] -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 # [START functions_billing_limit_appengine_deps] \ No newline at end of file diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index e65f13f82c85..21dd4e86e191 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 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 5e4288f5dd40..d8afbfef6444 100644 --- a/healthcare/api-client/datasets/requirements.txt +++ b/healthcare/api-client/datasets/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/dicom/requirements.txt b/healthcare/api-client/dicom/requirements.txt index db4023612de5..67ab30961a9d 100644 --- a/healthcare/api-client/dicom/requirements.txt +++ b/healthcare/api-client/dicom/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/fhir/requirements.txt b/healthcare/api-client/fhir/requirements.txt index 27eb88797ced..0bcde06e0e97 100644 --- a/healthcare/api-client/fhir/requirements.txt +++ b/healthcare/api-client/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/hl7v2/requirements.txt b/healthcare/api-client/hl7v2/requirements.txt index 5e4288f5dd40..d8afbfef6444 100644 --- a/healthcare/api-client/hl7v2/requirements.txt +++ b/healthcare/api-client/hl7v2/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.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 5e4288f5dd40..d8afbfef6444 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.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud==0.34.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.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 3a8aadf7b9a9..e17156333297 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.8 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud-pubsub==1.1.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index a87230b088c0..400cfded191b 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.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 746810a39699..c38cc08721cd 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.8 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud-iot==1.0.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 225afbc4dc33..5fc42567c155 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,6 +1,6 @@ cryptography==2.8 flaky==3.6.1 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.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 1f293dd4b9a3..ae57153f32db 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.8 flaky==3.6.1 gcp-devrel-py-tools==0.0.15 -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud-pubsub==1.0.0 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 04c20c7a6612..46afe12bb258 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 7feca9f18935..e9e51f9afa7f 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.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 04c20c7a6612..46afe12bb258 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.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 04c20c7a6612..46afe12bb258 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.7.11 +google-api-python-client==1.8.0 google-auth==1.14.0 google-auth-httplib2==0.0.3