From 8f006741d639025c8654de419d218577a578700f Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 12 Dec 2017 09:26:42 -0800 Subject: [PATCH] Auto-update dependencies. (#1272) * Auto-update dependencies. * Update requirements.txt --- appengine/flexible/pubsub/requirements.txt | 2 +- appengine/standard/flask/tutorial/requirements.txt | 6 +++--- bigquery/cloud-client/requirements.txt | 2 -- iot/api-client/end_to_end_example/requirements.txt | 2 +- iot/api-client/http_example/requirements.txt | 2 +- iot/api-client/scripts/requirements.txt | 2 +- pubsub/cloud-client/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 2 +- 8 files changed, 9 insertions(+), 11 deletions(-) diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index 20180c0167ac..b05b81253492 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.29.3 +google-cloud-pubsub==0.29.4 gunicorn==19.7.1 diff --git a/appengine/standard/flask/tutorial/requirements.txt b/appengine/standard/flask/tutorial/requirements.txt index bb2f8225b039..f71145972647 100644 --- a/appengine/standard/flask/tutorial/requirements.txt +++ b/appengine/standard/flask/tutorial/requirements.txt @@ -1,4 +1,4 @@ Flask==0.12.2 -# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app -# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27 -Werkzeug<=0.13 +# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app +Werkzeug==0.13 +# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27 +Werkzeug>=0.12.0,<0.13.0 diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 618a85dfd39e..c2b4ac2d5adc 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,5 +1,3 @@ -# [START bigquery_simple_app_pkgs] google-cloud-bigquery==0.28.0 -# [END bigquery_simple_app_pkgs] google-auth-oauthlib==0.2.0 pytz==2017.3 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index d65b9cd90cdc..9872c6b53028 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -2,6 +2,6 @@ cryptography==2.1.4 google-api-python-client==1.6.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud-pubsub==0.29.3 +google-cloud-pubsub==0.29.4 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 810b517dcc27..d6b21f933f20 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -2,6 +2,6 @@ cryptography==2.1.4 google-api-python-client==1.6.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud-pubsub==0.29.3 +google-cloud-pubsub==0.29.4 pyjwt==1.5.3 requests==2.18.4 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index bf0da6a020a9..23b9f7a6c40e 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.29.3 +google-cloud-pubsub==0.29.4 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index bf0da6a020a9..23b9f7a6c40e 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.29.3 +google-cloud-pubsub==0.29.4 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 4137ba91d856..be6a97679031 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-pubsub==0.29.3 +google-cloud-pubsub==0.29.4