Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubsub/cloud-client/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
google-cloud-pubsub==1.3.0
google-cloud-pubsub==1.4.2
2 changes: 1 addition & 1 deletion storage/cloud-client/notification_polling_test.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@ def test_parse_json_message():
b"}"
)
message = Message(
mock.Mock(data=data, attributes=attributes), MESSAGE_ID, mock.Mock()
mock.Mock(data=data, attributes=attributes), MESSAGE_ID, delivery_attempt=0, request_queue=mock.Mock()
)
assert summarize(message) == (
"\tEvent type: OBJECT_FINALIZE\n"
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub==1.1.0
google-cloud-pubsub==1.4.2
google-cloud-storage==1.27.0