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 b56e1b9

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

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+3
-3
lines changed

‎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==1.3.0
1+
google-cloud-pubsub==1.4.2

‎storage/cloud-client/notification_polling_test.py

Copy file name to clipboardExpand all lines: storage/cloud-client/notification_polling_test.py
+1-1Lines 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"

‎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 @@
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.