From 27dba9cd62cc88f8a5ba43e1973e30a4d4a0a9de Mon Sep 17 00:00:00 2001 From: DPE bot Date: Fri, 9 Feb 2018 02:50:51 -0800 Subject: [PATCH] Auto-update dependencies. --- appengine/flexible/cloudsql_postgresql/requirements.txt | 2 +- appengine/flexible/django_cloudsql/requirements.txt | 2 +- appengine/flexible/tasks/requirements.txt | 2 +- appengine/standard/bigquery/requirements.txt | 2 +- .../standard/firebase/firenotes/backend/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- auth/http-client/requirements.txt | 2 +- bigquery/api/requirements.txt | 2 +- bigquery/cloud-client/requirements.txt | 4 ++-- bigquery/rest/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 +- container_engine/django_tutorial/requirements.txt | 2 +- dataproc/requirements.txt | 2 +- endpoints/bookstore-grpc/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- endpoints/getting-started/requirements.txt | 2 +- iap/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 +- speech/cloud-client/requirements.txt | 2 +- storage/api/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- tasks/requirements.txt | 2 +- vision/api/label/requirements.txt | 2 +- 39 files changed, 40 insertions(+), 40 deletions(-) diff --git a/appengine/flexible/cloudsql_postgresql/requirements.txt b/appengine/flexible/cloudsql_postgresql/requirements.txt index c2d29ec24f13..11973c069777 100644 --- a/appengine/flexible/cloudsql_postgresql/requirements.txt +++ b/appengine/flexible/cloudsql_postgresql/requirements.txt @@ -1,4 +1,4 @@ Flask==0.12.2 Flask-SQLAlchemy==2.3.2 gunicorn==19.7.1 -psycopg2==2.7.3.2 +psycopg2==2.7.4 diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index d31626ef2a31..8ca2d28e7035 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -2,4 +2,4 @@ Django==2.0.2 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 -psycopg2==2.7.3.2 +psycopg2==2.7.4 diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index 9885ec84599d..086977ad2089 100644 --- a/appengine/flexible/tasks/requirements.txt +++ b/appengine/flexible/tasks/requirements.txt @@ -1,6 +1,6 @@ Flask==0.12.2 google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 google-cloud-datastore==1.4.0 gunicorn==19.7.1 diff --git a/appengine/standard/bigquery/requirements.txt b/appengine/standard/bigquery/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/appengine/standard/bigquery/requirements.txt +++ b/appengine/standard/bigquery/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index 8981ad016043..fdd46ebee7fb 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,6 +1,6 @@ Flask==0.12.2 pyjwt==1.5.3 flask-cors==3.0.3 -google-auth==1.3.0 +google-auth==1.4.0 requests==2.18.4 requests-toolbelt==0.8.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 4bafec3019aa..3578404331b4 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 0af068324570..3054d7f6528e 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.3.0 +google-auth==1.4.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 98023fb9c01b..f77293eca868 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.3.0 +google-auth==1.4.0 google-auth-oauthlib==0.2.0 google-auth-httplib2==0.0.3 google-api-python-client==1.6.5 diff --git a/auth/http-client/requirements.txt b/auth/http-client/requirements.txt index 3612d76b714c..990ac09099b2 100644 --- a/auth/http-client/requirements.txt +++ b/auth/http-client/requirements.txt @@ -1,2 +1,2 @@ requests==2.18.4 -google-auth==1.3.0 +google-auth==1.4.0 diff --git a/bigquery/api/requirements.txt b/bigquery/api/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/bigquery/api/requirements.txt +++ b/bigquery/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 659797618770..8ec538738ec4 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-bigquery==0.29.0 +google-cloud-bigquery==0.30.0 google-auth-oauthlib==0.2.0 -pytz==2017.3 +pytz==2018.3 diff --git a/bigquery/rest/requirements.txt b/bigquery/rest/requirements.txt index a20e90fa7afe..f3ee37897d6f 100644 --- a/bigquery/rest/requirements.txt +++ b/bigquery/rest/requirements.txt @@ -1,2 +1,2 @@ -google-auth==1.3.0 +google-auth==1.4.0 requests==2.18.4 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 0d74be25dd6b..cce4a0c9bc56 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index b8b3610adbd8..f97a2ede179f 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/container_engine/api-client/requirements.txt b/container_engine/api-client/requirements.txt index 4bafec3019aa..3578404331b4 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index d31626ef2a31..8ca2d28e7035 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -2,4 +2,4 @@ Django==2.0.2 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 -psycopg2==2.7.3.2 +psycopg2==2.7.4 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index b1c216febe4c..c85672639053 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 google-cloud==0.32.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 72c45986a279..f8fbaf75a0b7 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ grpcio==1.9.1 -google-auth==1.3.0 +google-auth==1.4.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 4bafec3019aa..3578404331b4 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 40c86e93cbca..1635c4c8d0b3 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -4,5 +4,5 @@ gunicorn==19.7.1 six==1.11.0 pyyaml==3.12 requests==2.18.4 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-oauthlib==0.2.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 2106246c2645..9cee340705b3 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,7 +1,7 @@ PyJWT==1.5.3 cryptography==2.1.4 flask==0.12.2 -google-auth==1.3.0 +google-auth==1.4.0 gunicorn==19.7.1 requests==2.18.4 requests_toolbelt==0.8.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 69b631a965c6..30c23dbfcdc5 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.1.4 google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.3.0 +google-auth==1.4.0 google-cloud-pubsub==0.30.1 pyjwt==1.5.3 paho-mqtt==1.3.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index bd90f6b6217a..04d6e3350d75 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.1.4 google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.3.0 +google-auth==1.4.0 google-cloud-pubsub==0.30.1 pyjwt==1.5.3 requests==2.18.4 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index d0431a0b1b78..87c7e460bf38 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.5 google-auth-httplib2==0.0.3 -google-auth==1.3.0 +google-auth==1.4.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 211c8c9defb6..878a16bde241 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.3.0 +google-auth==1.4.0 google-cloud-pubsub==0.30.1 cryptography==2.1.4 pyjwt==1.5.3 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/language/movie_nl/requirements.txt b/language/movie_nl/requirements.txt index 60f1bb0a661d..07059ddca484 100644 --- a/language/movie_nl/requirements.txt +++ b/language/movie_nl/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.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 4bafec3019aa..3578404331b4 100644 --- a/language/ocr_nl/requirements.txt +++ b/language/ocr_nl/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/language/syntax_triples/requirements.txt b/language/syntax_triples/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/language/syntax_triples/requirements.txt +++ b/language/syntax_triples/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/language/tutorial/requirements.txt b/language/tutorial/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/language/tutorial/requirements.txt +++ b/language/tutorial/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index f030302550d7..32ccc05a1c53 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ tensorflow==1.5.0 google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.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 4bafec3019aa..3578404331b4 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.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/speech/cloud-client/requirements.txt b/speech/cloud-client/requirements.txt index 868ea5d88c45..f57bd8cd03a7 100644 --- a/speech/cloud-client/requirements.txt +++ b/speech/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-speech==0.31.0 +google-cloud-speech==0.31.1 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/tasks/requirements.txt b/tasks/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/tasks/requirements.txt +++ b/tasks/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3 diff --git a/vision/api/label/requirements.txt b/vision/api/label/requirements.txt index 4bafec3019aa..3578404331b4 100644 --- a/vision/api/label/requirements.txt +++ b/vision/api/label/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.0 google-auth-httplib2==0.0.3