Skip to content

Commit d685f6c

Browse files
authored
chore(deps): update dependency google-cloud-pubsub to v2.3.0 (GoogleCloudPlatform#5347)
[![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.2.0` -> `==2.3.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.3.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.3.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-pubsub</summary> ### [`v2.3.0`](https://togithub.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;230-httpswwwgithubcomgoogleapispython-pubsubcomparev220v230-2021-02-08) [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.2.0...v2.3.0) ##### Features - surface SchemaServiceClient in google.cloud.pubsub ([#&GoogleCloudPlatform#8203;281](https://www.github.com/googleapis/python-pubsub/issues/281)) ([8751bcc](https://www.github.com/googleapis/python-pubsub/commit/8751bcc5eb782df55769b48253629a3bde3d4661)) ##### Bug Fixes - client version missing from the user agent header ([#&GoogleCloudPlatform#8203;275](https://www.github.com/googleapis/python-pubsub/issues/275)) ([b112f4f](https://www.github.com/googleapis/python-pubsub/commit/b112f4fcbf6f2bce8dcf37871bdc540b11f54fe3)) - Don't open the google.cloud package by adding pubsub.py ([#&GoogleCloudPlatform#8203;269](https://www.github.com/googleapis/python-pubsub/issues/269)) ([542d79d](https://www.github.com/googleapis/python-pubsub/commit/542d79d7c5fb7403016150ba477485756cd4097b)) - flaky samples tests ([#&GoogleCloudPlatform#8203;263](https://www.github.com/googleapis/python-pubsub/issues/263)) ([3d6a29d](https://www.github.com/googleapis/python-pubsub/commit/3d6a29de07cc09be663c90a3333f4cd33633994f)) - Modify synth.py to update grpc transport options ([#&GoogleCloudPlatform#8203;266](https://www.github.com/googleapis/python-pubsub/issues/266)) ([41dcd30](https://www.github.com/googleapis/python-pubsub/commit/41dcd30636168f3dd1248f1d99170d531fc9bcb8)) - pass anonymous credentials for emulator ([#&GoogleCloudPlatform#8203;250](https://www.github.com/googleapis/python-pubsub/issues/250)) ([8eed8e1](https://www.github.com/googleapis/python-pubsub/commit/8eed8e16019510dc8b20fb6b009d61a7ac532d26)) - remove grpc send/recieve limits ([#&GoogleCloudPlatform#8203;259](https://www.github.com/googleapis/python-pubsub/issues/259)) ([fd2840c](https://www.github.com/googleapis/python-pubsub/commit/fd2840c10f92b03da7f4b40ac69c602220757c0a)) </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 f42d030 commit d685f6c

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
google-cloud-pubsub==2.2.0
2+
google-cloud-pubsub==2.3.0
33
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-api-python-client==1.12.8
33
google-auth==1.24.0
4-
google-cloud-pubsub==2.2.0
4+
google-cloud-pubsub==2.3.0

functions/ocr/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-pubsub==2.2.0
1+
google-cloud-pubsub==2.3.0
22
google-cloud-storage==1.35.0
33
google-cloud-translate==3.0.2
44
google-cloud-vision==2.1.0

functions/pubsub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==2.2.0
1+
google-cloud-pubsub==2.3.0

functions/tips/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-error-reporting==1.1.0
2-
google-cloud-pubsub==2.2.0
2+
google-cloud-pubsub==2.3.0
33
python-dateutil==2.8.1
44
requests==2.25.1
55
xmltodict==0.12.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==1.12.8
22
google-auth-httplib2==0.0.4
33
google-auth==1.24.0
4-
google-cloud-pubsub==2.2.0
4+
google-cloud-pubsub==2.3.0
55
requests==2.25.1

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==3.4.1
22
google-api-python-client==1.12.8
33
google-auth-httplib2==0.0.4
44
google-auth==1.24.0
5-
google-cloud-pubsub==2.2.0
5+
google-cloud-pubsub==2.3.0
66
pyjwt==2.0.1
77
paho-mqtt==1.5.1

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ google-api-python-client==1.12.8
22
google-auth==1.24.0
33
google-auth-httplib2==0.0.4
44
google-cloud-iot==2.0.1
5-
google-cloud-pubsub==2.2.0
5+
google-cloud-pubsub==2.3.0
66
google-cloud-storage==1.35.0
77
cryptography==3.4.1
88
paho-mqtt==1.5.1

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ google-api-python-client==1.12.8
33
google-auth-httplib2==0.0.4
44
google-auth==1.24.0
55
google-cloud-iot==2.0.1
6-
google-cloud-pubsub==2.2.0
6+
google-cloud-pubsub==2.3.0
77
pyjwt==2.0.1
88
requests==2.25.1

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cryptography==3.4.1
22
google-api-python-client==1.12.8
33
google-auth-httplib2==0.0.4
44
google-auth==1.24.0
5-
google-cloud-pubsub==2.2.0
5+
google-cloud-pubsub==2.3.0
66
google-cloud-iot==2.0.1
77
grpc-google-iam-v1==0.12.3
88
pyjwt==2.0.1

0 commit comments

Comments
 (0)