Skip to content

Commit

Permalink
Update dependency google-cloud-pubsub to v1.4.2 in Storage and Pub/Sub (
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Apr 24, 2020
1 parent bb83cea commit b56e1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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==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 number Diff line number Diff 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 number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub==1.1.0
google-cloud-pubsub==1.4.2
google-cloud-storage==1.27.0

0 comments on commit b56e1b9

Please sign in to comment.