Skip to content

Commit

Permalink
Auto-update dependencies. (#1272)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* Update requirements.txt
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Dec 12, 2017
1 parent 89d1071 commit 8f00674
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12.2
google-cloud-pubsub==0.29.3
google-cloud-pubsub==0.29.4
gunicorn==19.7.1
6 changes: 3 additions & 3 deletions appengine/standard/flask/tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion iot/api-client/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==0.29.3
google-cloud-pubsub==0.29.4
2 changes: 1 addition & 1 deletion pubsub/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==0.29.3
google-cloud-pubsub==0.29.4
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.6.0
google-cloud-pubsub==0.29.3
google-cloud-pubsub==0.29.4

0 comments on commit 8f00674

Please sign in to comment.