From 67d4aebcd6f2de61b8d04e92d0696ef1f19822d0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 13 May 2020 08:16:04 +0200 Subject: [PATCH] chore(deps): update dependency google-auth to v1.14.3 (#3728) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-auth](https://togithub.com/googleapis/google-auth-library-python) | patch | `==1.14.2` -> `==1.14.3` | --- ### Release Notes
googleapis/google-auth-library-python ### [`v1.14.3`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1143-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1142v1143-2020-05-11) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.14.2...v1.14.3)
--- ### 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. --- - [x] 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/firebase/firenotes/backend/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- .../building-an-app/building-an-app-3/requirements.txt | 2 +- .../building-an-app/building-an-app-4/requirements.txt | 2 +- appengine/standard_python37/pubsub/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- bigquery_storage/to_dataframe/requirements.txt | 2 +- composer/rest/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/oslogin/requirements.txt | 2 +- dataproc/requirements.txt | 2 +- endpoints/bookstore-grpc-transcoding/requirements.txt | 2 +- endpoints/bookstore-grpc/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- endpoints/getting-started/requirements.txt | 2 +- functions/composer/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 +- storage/api/requirements.txt | 2 +- storage/signed_urls/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index 8180af7c9544..057d0710da3e 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,6 +1,6 @@ Flask==1.1.2 pyjwt==1.7.1 flask-cors==3.0.8 -google-auth==1.14.2 +google-auth==1.14.3 requests==2.23.0 requests-toolbelt==0.9.1 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index a22972ab36d5..6dbe6ea04c2f 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt b/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt index 7adc17f92203..b27536cd5e6e 100644 --- a/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt +++ b/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 google-cloud-datastore==1.12.0 -google-auth==1.14.2 +google-auth==1.14.3 requests==2.23.0 diff --git a/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt b/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt index 7adc17f92203..b27536cd5e6e 100644 --- a/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt +++ b/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 google-cloud-datastore==1.12.0 -google-auth==1.14.2 +google-auth==1.14.3 requests==2.23.0 diff --git a/appengine/standard_python37/pubsub/requirements.txt b/appengine/standard_python37/pubsub/requirements.txt index e8d158364fdc..3b95a764ea82 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-pubsub==1.4.3 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index c9cadd7e6dc9..c81208c023b3 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 1a5cb00417ed..cb3a46112a55 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.14.2 +google-auth==1.14.3 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 google-api-python-client==1.8.2 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 4ad6f3ee53ea..5ed5dc2ff285 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.24.0 pyarrow==0.17.0 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index 9a6b55078ae7..c7fe35637928 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==1.14.2 +google-auth==1.14.3 requests==2.23.0 six==1.14.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index a22972ab36d5..6dbe6ea04c2f 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index e4825b39066e..35f6dde5b294 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 1f1bb7db5098..e9f017abab0a 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index 5c743b1255ef..c5e313775db7 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 requests==2.23.0 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 860c8ddd1ea3..6de928cebc20 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.28.1 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 google-cloud==0.34.0 google-cloud-storage==1.28.0 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index 07e824face70..2c182e6195ee 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.28.1 grpcio-tools==1.28.1 -google-auth==1.14.2 +google-auth==1.14.3 six==1.14.0 googleapis-common-protos==1.51.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 103c6ddabb98..f3175053d00e 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,4 +1,4 @@ grpcio==1.28.1 grpcio-tools==1.28.1 -google-auth==1.14.2 +google-auth==1.14.3 six==1.14.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 a22972ab36d5..6dbe6ea04c2f 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index ec880d145a12..67df652b99d8 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -4,5 +4,5 @@ gunicorn==20.0.4 six==1.14.0 pyyaml==5.3.1 requests==2.23.0 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-oauthlib==0.4.1 diff --git a/functions/composer/requirements.txt b/functions/composer/requirements.txt index d0d20d42451f..0df72fd7e4eb 100644 --- a/functions/composer/requirements.txt +++ b/functions/composer/requirements.txt @@ -1,2 +1,2 @@ requests_toolbelt==0.9.1 -google-auth==1.14.2 +google-auth==1.14.3 diff --git a/healthcare/api-client/datasets/requirements.txt b/healthcare/api-client/datasets/requirements.txt index 4081449b0c14..854667050d51 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.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/dicom/requirements.txt b/healthcare/api-client/dicom/requirements.txt index 77fc63c579bb..959f5ef412d6 100644 --- a/healthcare/api-client/dicom/requirements.txt +++ b/healthcare/api-client/dicom/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 requests==2.23.0 diff --git a/healthcare/api-client/fhir/requirements.txt b/healthcare/api-client/fhir/requirements.txt index 5b5a2510311f..0962763ce3c7 100644 --- a/healthcare/api-client/fhir/requirements.txt +++ b/healthcare/api-client/fhir/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 google-cloud-storage==1.28.0 requests==2.23.0 diff --git a/healthcare/api-client/hl7v2/requirements.txt b/healthcare/api-client/hl7v2/requirements.txt index 4081449b0c14..854667050d51 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.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index 4081449b0c14..854667050d51 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.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/dicom/requirements.txt b/healthcare/api-client/v1/dicom/requirements.txt index 77fc63c579bb..959f5ef412d6 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==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 requests==2.23.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 99ae10ad84b2..25945a47b61d 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==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 google-cloud-storage==1.28.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index 4081449b0c14..854667050d51 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.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud==0.34.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index a22972ab36d5..6dbe6ea04c2f 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 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 0df5e5aa6b20..2132a551920a 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==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-pubsub==1.4.3 pyjwt==1.7.1 paho-mqtt==1.5.0 \ No newline at end of file diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 757b5c45af8f..d1d5c6796ea1 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==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 7f55daf2aadd..b89d93d92163 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 pyjwt==1.7.1 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 63856825bb33..49424d4ad19c 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -2,7 +2,7 @@ cryptography==2.9.2 flaky==3.6.1 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 paho-mqtt==1.5.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index f911c0de9768..72bbddad1a6e 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.2 +google-auth==1.14.3 google-cloud-pubsub==1.4.3 google-cloud-iot==1.0.0 grpc-google-iam-v1==0.12.3 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index a22972ab36d5..6dbe6ea04c2f 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index a22972ab36d5..6dbe6ea04c2f 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index a22972ab36d5..6dbe6ea04c2f 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 8b2768951254..3e28d356fb17 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.2 -google-auth==1.14.2 +google-auth==1.14.3 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 a22972ab36d5..6dbe6ea04c2f 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.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index a22972ab36d5..6dbe6ea04c2f 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 101e9ac54ab8..6f2e7d2b1644 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.28.0 -google-auth==1.14.2 +google-auth==1.14.3 six==1.14.0 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index a22972ab36d5..6dbe6ea04c2f 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.2 +google-auth==1.14.3 google-auth-httplib2==0.0.3