Skip to content

Commit 8f00674

Browse files
dpebotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Auto-update dependencies. (GoogleCloudPlatform#1272)
* Auto-update dependencies. * Update requirements.txt
1 parent 89d1071 commit 8f00674

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.12.2
2-
google-cloud-pubsub==0.29.3
2+
google-cloud-pubsub==0.29.4
33
gunicorn==19.7.1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.12.2
2-
# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app
3-
# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27
4-
Werkzeug<=0.13
2+
# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app +Werkzeug==0.13
3+
# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27
4+
Werkzeug>=0.12.0,<0.13.0
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# [START bigquery_simple_app_pkgs]
21
google-cloud-bigquery==0.28.0
3-
# [END bigquery_simple_app_pkgs]
42
google-auth-oauthlib==0.2.0
53
pytz==2017.3

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==2.1.4
22
google-api-python-client==1.6.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.2.1
5-
google-cloud-pubsub==0.29.3
5+
google-cloud-pubsub==0.29.4
66
pyjwt==1.5.3
77
paho-mqtt==1.3.1

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==2.1.4
22
google-api-python-client==1.6.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.2.1
5-
google-cloud-pubsub==0.29.3
5+
google-cloud-pubsub==0.29.4
66
pyjwt==1.5.3
77
requests==2.18.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.29.3
1+
google-cloud-pubsub==0.29.4

pubsub/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.29.3
1+
google-cloud-pubsub==0.29.4

storage/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-storage==1.6.0
2-
google-cloud-pubsub==0.29.3
2+
google-cloud-pubsub==0.29.4

0 commit comments

Comments
 (0)