Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-pubsub to v1.7.0 (#4290)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | minor | `==1.6.1` -> `==1.7.0` |

---

### Release Notes

<details>
<summary>googleapis/python-pubsub</summary>

### [`v1.7.0`](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;170-httpswwwgithubcomgoogleapispython-pubsubcomparev161v170-2020-07-13)

[Compare Source](https://github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0)

##### New Features

-   Add support for server-side flow control. ([#&#8203;143](https://github.com/googleapis/python-pubsub/pull/143)) ([04e261c](https://www.github.com/googleapis/python-pubsub/commit/04e261c602a2919cc75b3efa3dab099fb2cf704c))

##### Dependencies

-   Update samples dependency `google-cloud-pubsub` to `v1.6.1`. ([#&#8203;144](https://github.com/googleapis/python-pubsub/pull/144)) ([1cb6746](https://github.com/googleapis/python-pubsub/commit/1cb6746b00ebb23dbf1663bae301b32c3fc65a88))

##### Documentation

-   Add pubsub/cloud-client samples from the common samples repo (with commit history). ([#&#8203;151](https://github.com/googleapis/python-pubsub/pull/151)) 
-   Add flow control section to publish overview. ([#&#8203;129](https://github.com/googleapis/python-pubsub/pull/129)) ([acc19eb](https://www.github.com/googleapis/python-pubsub/commit/acc19eb048eef067d9818ef3e310b165d9c6307e))
-   Add a link to Pub/Sub filtering language public documentation to `pubsub.proto`. ([#&#8203;121](https://github.com/googleapis/python-pubsub/pull/121)) ([8802d81](https://www.github.com/googleapis/python-pubsub/commit/8802d8126247f22e26057e68a42f5b5a82dcbf0d))

</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**: Renovate will not automatically rebase this PR, because other commits have been found.

: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#GoogleCloudPlatform/python-docs-samples).
  • Loading branch information
renovate-bot authored Jul 14, 2020
1 parent f6a2981 commit d5c2635
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
gunicorn==20.0.4
2 changes: 1 addition & 1 deletion appengine/standard_python3/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-api-python-client==1.9.3
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
2 changes: 1 addition & 1 deletion appengine/standard_python37/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-api-python-client==1.9.3
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
2 changes: 1 addition & 1 deletion asset/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-storage==1.29.0
google-cloud-asset==1.3.0
google-cloud-resource-manager==0.30.2
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-bigquery==1.25.0
2 changes: 1 addition & 1 deletion container_registry/container_analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-containeranalysis==0.3.1
grafeas==0.4.1
pytest==5.3.0; python_version > "3.0"
Expand Down
2 changes: 1 addition & 1 deletion dlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-dlp==1.0.0
google-cloud-storage==1.29.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-datastore==1.13.0
google-cloud-bigquery==1.25.0
2 changes: 1 addition & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-storage==1.29.0
google-cloud-translate==2.0.1
google-cloud-vision==1.0.0
2 changes: 1 addition & 1 deletion functions/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
2 changes: 1 addition & 1 deletion functions/tips/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-error-reporting==0.34.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
python-dateutil==2.8.1
requests==2.24.0
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion healthcare/api-client/dicom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
requests==2.24.0
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/dicom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
requests==2.24.0
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ cryptography==2.9.2
google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
pyjwt==1.7.1
paho-mqtt==1.5.0
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ google-api-python-client==1.9.3
google-auth==1.19.0
google-auth-httplib2==0.0.4
google-cloud-iot==1.0.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-storage==1.29.0
cryptography==2.9.2
paho-mqtt==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-iot==1.0.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
pyjwt==1.7.1
requests==2.24.0
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-iot==1.0.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
paho-mqtt==1.5.0
pyjwt==1.7.1
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cryptography==2.9.2
google-api-python-client==1.9.3
google-auth-httplib2==0.0.4
google-auth==1.19.0
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
google-cloud-iot==1.0.0
grpc-google-iam-v1==0.12.3
pyjwt==1.7.1
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==1.6.1
google-cloud-pubsub==1.7.0
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.6.1
google-cloud-pubsub==1.7.0
google-cloud-storage==1.29.0

0 comments on commit d5c2635

Please sign in to comment.