From 280649546334b990683a1b2c6b620d1010953669 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 24 Jan 2018 02:51:32 -0800 Subject: [PATCH] Auto-update dependencies. --- appengine/flexible/storage/requirements.txt | 2 +- appengine/flexible/tasks/requirements.txt | 2 +- appengine/flexible/twilio/requirements.txt | 2 +- appengine/standard/bigquery/requirements.txt | 2 +- .../standard/endpoints-frameworks-v2/echo/requirements.txt | 4 ++-- appengine/standard/storage/api-client/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/cloud-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- bigquery/api/requirements.txt | 2 +- codelabs/flex_and_vision/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- container_engine/api-client/requirements.txt | 2 +- dataproc/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- error_reporting/api/requirements.txt | 2 +- iot/api-client/end_to_end_example/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 +- kms/api-client/requirements.txt | 2 +- language/api/requirements.txt | 2 +- language/movie_nl/requirements.txt | 2 +- language/ocr_nl/requirements.txt | 2 +- language/syntax_triples/requirements.txt | 2 +- language/tutorial/requirements.txt | 2 +- ml_engine/online_prediction/requirements.txt | 2 +- monitoring/api/v3/api-client/requirements.txt | 2 +- storage/api/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- tasks/requirements.txt | 2 +- testing/requirements.txt | 2 +- vision/api/label/requirements.txt | 2 +- 36 files changed, 37 insertions(+), 37 deletions(-) diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index c73a71093676..e26f1b6e4b10 100644 --- a/appengine/flexible/storage/requirements.txt +++ b/appengine/flexible/storage/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -google-cloud-storage==1.6.0 +google-cloud-storage==1.7.0 gunicorn==19.7.1 diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index 452d9be6f8d8..9885ec84599d 100644 --- a/appengine/flexible/tasks/requirements.txt +++ b/appengine/flexible/tasks/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 google-cloud-datastore==1.4.0 diff --git a/appengine/flexible/twilio/requirements.txt b/appengine/flexible/twilio/requirements.txt index 31c9947593a9..cb20ace63722 100644 --- a/appengine/flexible/twilio/requirements.txt +++ b/appengine/flexible/twilio/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 gunicorn==19.7.1 -twilio==6.10.0 +twilio==6.10.1 diff --git a/appengine/standard/bigquery/requirements.txt b/appengine/standard/bigquery/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/appengine/standard/bigquery/requirements.txt +++ b/appengine/standard/bigquery/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt index a7e2f2cef44f..7b195c6501df 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt +++ b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt @@ -1,2 +1,2 @@ -google-endpoints==2.4.5 -google-endpoints-api-management==1.3.0 +google-endpoints==2.5.0 +google-endpoints-api-management==1.4.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 8bb83f801683..4bafec3019aa 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.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 71d7908dc728..0af068324570 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 google-auth==1.3.0 diff --git a/auth/cloud-client/requirements.txt b/auth/cloud-client/requirements.txt index 5ce8c1b97fca..06a6cdf39784 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-storage==1.6.0 +google-cloud-storage==1.7.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 7ea7080ea73d..98023fb9c01b 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.3.0 google-auth-oauthlib==0.2.0 google-auth-httplib2==0.0.3 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 flask==0.12.2 requests==2.18.4 diff --git a/bigquery/api/requirements.txt b/bigquery/api/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/bigquery/api/requirements.txt +++ b/bigquery/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index fa53668998f2..522c4c508fea 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 gunicorn==19.7.1 google-cloud-vision==0.29.0 -google-cloud-storage==1.6.0 +google-cloud-storage==1.7.0 google-cloud-datastore==1.4.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 16526e5ef726..0d74be25dd6b 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.18.4 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index aa8e2b7d2975..b8b3610adbd8 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.1.4 requests==2.18.4 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/container_engine/api-client/requirements.txt b/container_engine/api-client/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/container_engine/api-client/requirements.txt +++ b/container_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 80d830a4cdae..b1c216febe4c 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 google-cloud==0.32.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 8bb83f801683..4bafec3019aa 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.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/error_reporting/api/requirements.txt b/error_reporting/api/requirements.txt index d2f22014e5be..1e6bfb865bac 100644 --- a/error_reporting/api/requirements.txt +++ b/error_reporting/api/requirements.txt @@ -1 +1 @@ -google-cloud-error-reporting==0.28.0 +google-cloud-error-reporting==0.29.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 32251ac17674..69b631a965c6 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.1.4 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 google-auth==1.3.0 google-cloud-pubsub==0.30.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 8565ddfeb52c..bd90f6b6217a 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.1.4 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 google-auth==1.3.0 google-cloud-pubsub==0.30.1 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index c682a4628b41..d0431a0b1b78 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 google-auth==1.3.0 google-cloud==0.32.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index e4084d50386f..211c8c9defb6 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 google-auth==1.3.0 google-cloud-pubsub==0.30.1 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/language/movie_nl/requirements.txt b/language/movie_nl/requirements.txt index 82804723d43d..60f1bb0a661d 100644 --- a/language/movie_nl/requirements.txt +++ b/language/movie_nl/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 requests==2.18.4 diff --git a/language/ocr_nl/requirements.txt b/language/ocr_nl/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/language/ocr_nl/requirements.txt +++ b/language/ocr_nl/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/language/syntax_triples/requirements.txt b/language/syntax_triples/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/language/syntax_triples/requirements.txt +++ b/language/syntax_triples/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/language/tutorial/requirements.txt b/language/tutorial/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/language/tutorial/requirements.txt +++ b/language/tutorial/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 3f6188b501c3..ff2c4497188e 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ tensorflow==1.4.1 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.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 8bb83f801683..4bafec3019aa 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.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index fe7238974d39..11c81e62e922 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.6.0 +google-cloud-storage==1.7.0 google-cloud-pubsub==0.30.1 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/tasks/requirements.txt b/tasks/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/tasks/requirements.txt +++ b/tasks/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3 diff --git a/testing/requirements.txt b/testing/requirements.txt index 0e814cdf3837..1b474b06980f 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -11,7 +11,7 @@ pyyaml==3.12 responses==0.8.1 WebTest==2.0.29 webapp2==2.5.2 -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-cloud-core==0.28.0 gcp-devrel-py-tools==0.0.12 flask==0.12.2 diff --git a/vision/api/label/requirements.txt b/vision/api/label/requirements.txt index 8bb83f801683..4bafec3019aa 100644 --- a/vision/api/label/requirements.txt +++ b/vision/api/label/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.4 +google-api-python-client==1.6.5 google-auth==1.3.0 google-auth-httplib2==0.0.3