Skip to content

Commit 42d1d49

Browse files
authored
chore(deps): update dependency google-cloud-pubsub to v2.4.1 (GoogleCloudPlatform#5610)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-pubsub](https://togithub.com/googleapis/python-pubsub) | `==2.4.0` -> `==2.4.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.1/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.1/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-pubsub</summary> ### [`v2.4.1`](https://togithub.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;241-httpswwwgithubcomgoogleapispython-pubsubcomparev240v241-2021-03-30) [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.4.0...2.4.1) ##### Bug Fixes - Move `await_msg_callbacks` flag to `subscribe()` method, fixing a regression in Pub/Sub Lite client. ([#&GoogleCloudPlatform#8203;320](https://www.github.com/googleapis/python-pubsub/issues/320)) ([d40d027](https://www.github.com/googleapis/python-pubsub/commit/d40d02713c8c189937ae5c21d099b88a3131a59f)) - SSL error when using the client with the emulator. ([#&GoogleCloudPlatform#8203;297](https://www.github.com/googleapis/python-pubsub/issues/297)) ([83db672](https://www.github.com/googleapis/python-pubsub/commit/83db67239d3521457138699109f766d574a0a2c4)) ##### Implementation Changes - (samples) Bump the max_time to 10 minutes for a flaky test. ([#&GoogleCloudPlatform#8203;311](https://www.github.com/googleapis/python-pubsub/issues/311)) ([e2678d4](https://www.github.com/googleapis/python-pubsub/commit/e2678d47c08e6b03782d2d744a4e630b933fdd51)), closes [#&GoogleCloudPlatform#8203;291](https://www.github.com/googleapis/python-pubsub/issues/291) - (samples) Mark delivery attempts test as flaky. ([#&GoogleCloudPlatform#8203;326](https://www.github.com/googleapis/python-pubsub/issues/326)) ([5a97ef1](https://www.github.com/googleapis/python-pubsub/commit/5a97ef1bb7512fe814a8f72a43b3e9698434cd8d)) - (samples) Mitigate flakiness in subscriber_tests. ([#&GoogleCloudPlatform#8203;304](https://www.github.com/googleapis/python-pubsub/issues/304)) ([271a385](https://www.github.com/googleapis/python-pubsub/commit/271a3856d835967f18f6becdae5ad53d585d0ccf)) - (samples) Retry `InternalServerError` in dead letter policy test. ([#&GoogleCloudPlatform#8203;329](https://www.github.com/googleapis/python-pubsub/issues/329)) ([34c9b11](https://www.github.com/googleapis/python-pubsub/commit/34c9b11ae697c280f32642c3101b7f7da971f589)), closes [#&GoogleCloudPlatform#8203;321](https://www.github.com/googleapis/python-pubsub/issues/321) ##### Documentation - Remove EXPERIMENTAL tag for ordering keys in `types.py`. ([#&GoogleCloudPlatform#8203;323](https://www.github.com/googleapis/python-pubsub/issues/323)) ([659cd7a](https://www.github.com/googleapis/python-pubsub/commit/659cd7ae2784245d4217fbc722dac04bd3222d32)) - Remove EXPERIMENTAL tag from `Schema` service (via synth). ([#&GoogleCloudPlatform#8203;307](https://www.github.com/googleapis/python-pubsub/issues/307)) ([ad85202](https://www.github.com/googleapis/python-pubsub/commit/ad852028836520db779c5cc33689ffd7e5458a7d)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 718d768 commit 42d1d49

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
google-cloud-pubsub==2.4.0
2+
google-cloud-pubsub==2.4.1
33
gunicorn==20.1.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-api-python-client==2.1.0
33
google-auth==1.28.0
4-
google-cloud-pubsub==2.4.0
4+
google-cloud-pubsub==2.4.1

functions/ocr/app/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-pubsub==2.4.0
1+
google-cloud-pubsub==2.4.1
22
google-cloud-storage==1.37.0
33
google-cloud-translate==3.1.0
44
google-cloud-vision==2.3.0

functions/pubsub/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==2.4.0
1+
google-cloud-pubsub==2.4.1

functions/tips/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-error-reporting==1.1.1
2-
google-cloud-pubsub==2.4.0
2+
google-cloud-pubsub==2.4.1
33
python-dateutil==2.8.1
44
requests==2.25.1
55
xmltodict==0.12.0
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.1.0
22
google-auth-httplib2==0.1.0
33
google-auth==1.28.0
4-
google-cloud-pubsub==2.4.0
4+
google-cloud-pubsub==2.4.1
55
requests==2.25.1

iot/api-client/end_to_end_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==3.4.7
22
google-api-python-client==2.1.0
33
google-auth-httplib2==0.1.0
44
google-auth==1.28.0
5-
google-cloud-pubsub==2.4.0
5+
google-cloud-pubsub==2.4.1
66
pyjwt==2.0.1
77
paho-mqtt==1.5.1

iot/api-client/gcs_file_to_device/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ google-api-python-client==2.1.0
22
google-auth==1.28.0
33
google-auth-httplib2==0.1.0
44
google-cloud-iot==2.0.2
5-
google-cloud-pubsub==2.4.0
5+
google-cloud-pubsub==2.4.1
66
google-cloud-storage==1.37.0
77
cryptography==3.4.7
88
paho-mqtt==1.5.1

iot/api-client/http_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ google-api-python-client==2.1.0
33
google-auth-httplib2==0.1.0
44
google-auth==1.28.0
55
google-cloud-iot==2.0.2
6-
google-cloud-pubsub==2.4.0
6+
google-cloud-pubsub==2.4.1
77
pyjwt==2.0.1
88
requests==2.25.1

iot/api-client/mqtt_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cryptography==3.4.7
22
google-api-python-client==2.1.0
33
google-auth-httplib2==0.1.0
44
google-auth==1.28.0
5-
google-cloud-pubsub==2.4.0
5+
google-cloud-pubsub==2.4.1
66
google-cloud-iot==2.0.2
77
grpc-google-iam-v1==0.12.3
88
pyjwt==2.0.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==2.4.0
1+
google-cloud-pubsub==2.4.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==6.2.1
22
mock==4.0.3
3-
google-cloud-pubsub==2.4.0
3+
google-cloud-pubsub==2.4.1

run/pubsub/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==6.2.1
22
google-cloud-logging==1.15.1
3-
google-cloud-pubsub==2.4.0
3+
google-cloud-pubsub==2.4.1

storage/cloud-client/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-pubsub==2.4.0
1+
google-cloud-pubsub==2.4.1
22
google-cloud-storage==1.37.0

0 commit comments

Comments
 (0)