Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9b49c9

Browse filesBrowse files
dpebotJon Wayne Parrott
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1389)
1 parent ee0ee22 commit e9b49c9
Copy full SHA for e9b49c9

File tree

Expand file treeCollapse file tree

9 files changed

+11
-11
lines changed
Filter options
Expand file treeCollapse file tree

9 files changed

+11
-11
lines changed
+1-1Lines 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.32.0
2+
google-cloud-pubsub==0.32.1
33
gunicorn==19.7.1

‎iot/api-client/end_to_end_example/requirements.txt

Copy file name to clipboardExpand all lines: iot/api-client/end_to_end_example/requirements.txt
+1-1Lines 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.5
33
google-auth-httplib2==0.0.3
44
google-auth==1.4.1
5-
google-cloud-pubsub==0.32.0
5+
google-cloud-pubsub==0.32.1
66
pyjwt==1.6.0
77
paho-mqtt==1.3.1

‎iot/api-client/gcs_file_to_device/requirements.txt

Copy file name to clipboardExpand all lines: iot/api-client/gcs_file_to_device/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-api-python-client==1.6.5
22
google-auth==1.4.1
33
google-auth-httplib2==0.0.3
4-
google-cloud-pubsub==0.32.0
4+
google-cloud-pubsub==0.32.1
55
google-cloud-storage==1.8.0
66
cryptography==2.1.4
77
paho-mqtt==1.3.1

‎iot/api-client/http_example/requirements.txt

Copy file name to clipboardExpand all lines: iot/api-client/http_example/requirements.txt
+1-1Lines 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.5
33
google-auth-httplib2==0.0.3
44
google-auth==1.4.1
5-
google-cloud-pubsub==0.32.0
5+
google-cloud-pubsub==0.32.1
66
pyjwt==1.6.0
77
requests==2.18.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-api-python-client==1.6.5
22
google-auth-httplib2==0.0.3
33
google-auth==1.4.1
4-
google-cloud-pubsub==0.32.0
4+
google-cloud-pubsub==0.32.1
55
cryptography==2.1.4
66
pyjwt==1.6.0
77
paho-mqtt==1.3.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.32.0
1+
google-cloud-pubsub==0.32.1

‎pubsub/cloud-client/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.32.0
1+
google-cloud-pubsub==0.32.1

‎pubsub/cloud-client/subscriber.py

Copy file name to clipboardExpand all lines: pubsub/cloud-client/subscriber.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
def list_subscriptions_in_topic(project, topic_name):
3131
"""Lists all subscriptions for a given topic."""
32-
subscriber = pubsub_v1.SubscriberClient()
32+
subscriber = pubsub_v1.PublisherClient()
3333
topic_path = subscriber.topic_path(project, topic_name)
3434

35-
for subscription in subscriber.list_subscriptions(topic_path):
36-
print(subscription.name)
35+
for subscription in subscriber.list_topic_subscriptions(topic_path):
36+
print(subscription)
3737

3838

3939
def list_subscriptions_in_project(project):

‎storage/cloud-client/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-storage==1.8.0
2-
google-cloud-pubsub==0.32.0
2+
google-cloud-pubsub==0.32.1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.