From 695dcaf20dd3bccd1fbacef3109e71cbd1931ea7 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 2 Apr 2018 02:51:10 -0700 Subject: [PATCH] Auto-update dependencies. --- appengine/flexible/django_cloudsql/requirements.txt | 2 +- appengine/flexible/pubsub/requirements.txt | 2 +- appengine/flexible/scipy/requirements.txt | 2 +- appengine/flexible/tasks/requirements.txt | 2 +- appengine/flexible/twilio/requirements.txt | 2 +- appengine/standard/bigquery/requirements.txt | 2 +- .../standard/firebase/firenotes/backend/requirements.txt | 2 +- appengine/standard/mailgun/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- bigquery/api/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 4 ++-- container_engine/api-client/requirements.txt | 2 +- container_engine/django_tutorial/requirements.txt | 2 +- dataproc/requirements.txt | 2 +- dlp/requirements.txt | 4 ++-- .../service_to_service_non_default/requirements.txt | 2 +- iap/requirements.txt | 4 ++-- iot/api-client/end_to_end_example/requirements.txt | 8 ++++---- iot/api-client/gcs_file_to_device/requirements.txt | 8 ++++---- iot/api-client/http_example/requirements.txt | 8 ++++---- iot/api-client/manager/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 8 ++++---- iot/api-client/scripts/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 | 4 ++-- monitoring/api/v3/api-client/requirements.txt | 2 +- pubsub/cloud-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 | 4 ++-- video/cloud-client/labels/requirements.txt | 2 +- video/cloud-client/quickstart/requirements.txt | 2 +- video/cloud-client/shotchange/requirements.txt | 2 +- vision/api/label/requirements.txt | 2 +- 45 files changed, 62 insertions(+), 62 deletions(-) diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index bba24e238d97..debbd7682455 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,5 +1,5 @@ Django==2.0.3 mysqlclient==1.3.12 -wheel==0.30.0 +wheel==0.31.0 gunicorn==19.7.1 psycopg2==2.7.4 diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index 0d906a5c7194..6d6e7f044ead 100644 --- a/appengine/flexible/pubsub/requirements.txt +++ b/appengine/flexible/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 gunicorn==19.7.1 diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index 34360e9c25f8..96efdfce1cd4 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 gunicorn==19.7.1 numpy==1.14.2 -scipy==1.0.0 +scipy==1.0.1 Pillow==5.0.0 diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index 72a84ac29c4a..b137e4b1ebf5 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.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 google-cloud-datastore==1.6.0 diff --git a/appengine/flexible/twilio/requirements.txt b/appengine/flexible/twilio/requirements.txt index b28526d82f9f..6cf1a6a86df7 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.5 +twilio==6.11.0 diff --git a/appengine/standard/bigquery/requirements.txt b/appengine/standard/bigquery/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 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 51f1c5c4a49d..0b8c52f00034 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 -pyjwt==1.6.0 +pyjwt==1.6.1 flask-cors==3.0.3 google-auth==1.4.1 requests==2.18.4 diff --git a/appengine/standard/mailgun/requirements.txt b/appengine/standard/mailgun/requirements.txt index 9ef73199ca79..bf4197a8b672 100644 --- a/appengine/standard/mailgun/requirements.txt +++ b/appengine/standard/mailgun/requirements.txt @@ -1 +1 @@ -httplib2==0.10.3 +httplib2==0.11.3 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 9e5395286793..2950ae289888 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-api-python-client==1.6.6 google-auth-httplib2==0.0.3 google-auth==1.4.1 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 4d0dd7b3de15..116faa84ef1e 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.4.1 google-auth-oauthlib==0.2.0 google-auth-httplib2==0.0.3 -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 flask==0.12.2 requests==2.18.4 diff --git a/bigquery/api/requirements.txt b/bigquery/api/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/bigquery/api/requirements.txt +++ b/bigquery/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 90e64d4179b7..20fd7ae3b320 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index d681b3219789..c1279e994ec6 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ -cryptography==2.1.4 +cryptography==2.2.2 requests==2.18.4 -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/container_engine/api-client/requirements.txt b/container_engine/api-client/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index bba24e238d97..debbd7682455 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ Django==2.0.3 mysqlclient==1.3.12 -wheel==0.30.0 +wheel==0.31.0 gunicorn==19.7.1 psycopg2==2.7.4 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 9fef73c81622..0b4546899480 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 google-cloud==0.32.0 diff --git a/dlp/requirements.txt b/dlp/requirements.txt index cf47c47641ae..d91f2e75c29c 100644 --- a/dlp/requirements.txt +++ b/dlp/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-dlp==0.2.0 +google-cloud-dlp==0.3.0 google-cloud-storage==1.8.0 -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 google-cloud-datastore==1.6.0 google-cloud-bigquery==0.31.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 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/iap/requirements.txt b/iap/requirements.txt index 19c6df6c6fd7..aba877d22ffe 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ -PyJWT==1.6.0 -cryptography==2.1.4 +PyJWT==1.6.1 +cryptography==2.2.2 flask==0.12.2 google-auth==1.4.1 gunicorn==19.7.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 6574c9028201..8fc2db217510 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 +cryptography==2.2.2 +google-api-python-client==1.6.6 google-auth-httplib2==0.0.3 google-auth==1.4.1 -google-cloud-pubsub==0.32.1 -pyjwt==1.6.0 +google-cloud-pubsub==0.33.0 +pyjwt==1.6.1 paho-mqtt==1.3.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index f90e201be74e..6f9ea1d159ef 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,8 +1,8 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 google-cloud-storage==1.8.0 -cryptography==2.1.4 +cryptography==2.2.2 paho-mqtt==1.3.1 -pyjwt==1.6.0 +pyjwt==1.6.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index a48a13a4c8d5..05fd522605b2 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 +cryptography==2.2.2 +google-api-python-client==1.6.6 google-auth-httplib2==0.0.3 google-auth==1.4.1 -google-cloud-pubsub==0.32.1 -pyjwt==1.6.0 +google-cloud-pubsub==0.33.0 +pyjwt==1.6.1 requests==2.18.4 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index c190af9da6fe..6754642c788b 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-api-python-client==1.6.6 google-auth-httplib2==0.0.3 google-auth==1.4.1 google-cloud==0.32.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 146c59366ab6..049657b1f3c3 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth-httplib2==0.0.3 google-auth==1.4.1 -google-cloud-pubsub==0.32.1 -cryptography==2.1.4 -pyjwt==1.6.0 +google-cloud-pubsub==0.33.0 +cryptography==2.2.2 +pyjwt==1.6.1 paho-mqtt==1.3.1 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index fdea342db45a..c74eb4e3ccc1 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/movie_nl/requirements.txt b/language/movie_nl/requirements.txt index 06bc7afa8306..cbe4d142a056 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-api-python-client==1.6.6 google-auth==1.4.1 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 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/syntax_triples/requirements.txt b/language/syntax_triples/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/tutorial/requirements.txt b/language/tutorial/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/language/tutorial/requirements.txt +++ b/language/tutorial/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index af6decb28d4e..625e8ed3b584 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.6.0 -google-api-python-client==1.6.5 +tensorflow==1.7.0 +google-api-python-client==1.6.6 google-auth==1.4.1 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 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index fdea342db45a..c74eb4e3ccc1 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 2aa1cdc9b441..a66952c92df0 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-storage==1.8.0 -google-cloud-pubsub==0.32.1 +google-cloud-pubsub==0.33.0 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/tasks/requirements.txt b/tasks/requirements.txt index 500e732f5322..e5f3a6c5cd6b 100644 --- a/tasks/requirements.txt +++ b/tasks/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/testing/requirements.txt b/testing/requirements.txt index 48571542088b..cd53755f9551 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -6,12 +6,12 @@ mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.5.1 -pytest==3.4.2 +pytest==3.5.0 pyyaml==3.12 responses==0.8.1 WebTest==2.0.29 webapp2==2.5.2 -google-api-python-client==1.6.5 +google-api-python-client==1.6.6 google-cloud-core==0.28.1 gcp-devrel-py-tools==0.0.13 flask==0.12.2 diff --git a/video/cloud-client/labels/requirements.txt b/video/cloud-client/labels/requirements.txt index e2ad27b873e8..bf3b2da4ddbc 100644 --- a/video/cloud-client/labels/requirements.txt +++ b/video/cloud-client/labels/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.0.1 +google-cloud-videointelligence==1.1.0 diff --git a/video/cloud-client/quickstart/requirements.txt b/video/cloud-client/quickstart/requirements.txt index e2ad27b873e8..bf3b2da4ddbc 100644 --- a/video/cloud-client/quickstart/requirements.txt +++ b/video/cloud-client/quickstart/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.0.1 +google-cloud-videointelligence==1.1.0 diff --git a/video/cloud-client/shotchange/requirements.txt b/video/cloud-client/shotchange/requirements.txt index e2ad27b873e8..bf3b2da4ddbc 100644 --- a/video/cloud-client/shotchange/requirements.txt +++ b/video/cloud-client/shotchange/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.0.1 +google-cloud-videointelligence==1.1.0 diff --git a/vision/api/label/requirements.txt b/vision/api/label/requirements.txt index 500e732f5322..e5f3a6c5cd6b 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-api-python-client==1.6.6 google-auth==1.4.1 google-auth-httplib2==0.0.3