Skip to content

Commit b56e1b9

Browse files
authored
Update dependency google-cloud-pubsub to v1.4.2 in Storage and Pub/Sub (#3343)
1 parent bb83cea commit b56e1b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==1.3.0
1+
google-cloud-pubsub==1.4.2

storage/cloud-client/notification_polling_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_parse_json_message():
4242
b"}"
4343
)
4444
message = Message(
45-
mock.Mock(data=data, attributes=attributes), MESSAGE_ID, mock.Mock()
45+
mock.Mock(data=data, attributes=attributes), MESSAGE_ID, delivery_attempt=0, request_queue=mock.Mock()
4646
)
4747
assert summarize(message) == (
4848
"\tEvent type: OBJECT_FINALIZE\n"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-pubsub==1.1.0
1+
google-cloud-pubsub==1.4.2
22
google-cloud-storage==1.27.0

0 commit comments

Comments
 (0)