Skip to content

Commit

Permalink
chore(deps): update dependency google-api-python-client to v2.25.0 (G…
Browse files Browse the repository at this point in the history
…oogleCloudPlatform#6901)

[![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-api-python-client](https://togithub.com/googleapis/google-api-python-client) | `==2.24.0` -> `==2.25.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.25.0/compatibility-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.25.0/confidence-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-api-python-client</summary>

### [`v2.25.0`](https://togithub.com/googleapis/google-api-python-client/blob/master/CHANGELOG.md#&#8203;2250-httpswwwgithubcomgoogleapisgoogle-api-python-clientcomparev2240v2250-2021-10-09)

[Compare Source](https://togithub.com/googleapis/google-api-python-client/compare/v2.24.0...v2.25.0)

##### Features

-   enable self signed jwt for service account credentials ([#&GoogleCloudPlatform#8203;1553](https://www.togithub.com/googleapis/google-api-python-client/issues/1553)) ([1fb3c8e](https://www.github.com/googleapis/google-api-python-client/commit/1fb3c8ec61295adc876fa449e92fe5d682f33cbd))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **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).
  • Loading branch information
renovate-bot authored Oct 13, 2021
1 parent 19ffe04 commit 0f8ad2c
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
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==2.0.1
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-cloud-pubsub==2.8.0
2 changes: 1 addition & 1 deletion auth/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
2 changes: 1 addition & 1 deletion auth/end-user/web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-auth==2.0.0
google-auth-oauthlib==0.4.6
google-auth-httplib2==0.1.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
flask==2.0.1
requests==2.26.0
2 changes: 1 addition & 1 deletion compute/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.26.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==35.0.0
requests==2.26.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/oslogin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
requests==2.26.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-cloud-storage==1.42.2
pytest-xdist==2.3.0
pytest==6.2.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-cloud-storage==1.42.2
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-cloud-storage==1.42.2
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-cloud-storage==1.42.2
pytest==6.2.4
2 changes: 1 addition & 1 deletion dataflow/run_template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
2 changes: 1 addition & 1 deletion datastore/schedule-export/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion functions/billing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slackclient==2.9.3
# [START functions_billing_limit_appengine_deps]
google-api-python-client==2.24.0
google-api-python-client==2.25.0
# [END functions_billing_limit_appengine_deps]
2 changes: 1 addition & 1 deletion functions/slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
flask==2.0.1
slackclient==2.9.3
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/datasets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud==0.34.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,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud-pubsub==2.8.0
Expand Down
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/fhir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud==0.34.0
Expand Down
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/hl7v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud==0.34.0
2 changes: 1 addition & 1 deletion healthcare/api-client/v1beta1/fhir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud==0.34.0
Expand Down
2 changes: 1 addition & 1 deletion iam/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.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
@@ -1,5 +1,5 @@
cryptography==35.0.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud-pubsub==2.8.0
Expand Down
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
@@ -1,4 +1,4 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
google-cloud-iot==2.3.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
@@ -1,5 +1,5 @@
cryptography==35.0.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud-iot==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==35.0.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth-httplib2==0.1.0
google-auth==2.0.0
google-cloud-pubsub==2.8.0
Expand Down
2 changes: 1 addition & 1 deletion jobs/v3/api_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion kubernetes_engine/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion media/transcoder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
grpcio==1.41.0
google-cloud-video-transcoder==1.1.0
2 changes: 1 addition & 1 deletion ml_engine/online_prediction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow==2.0.1; python_version > "3.0"
tensorflow==1.15.0; python_version < "3.0"
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion monitoring/api/v3/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion notebooks/samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
pytest-xdist==2.3.0
pytest==6.2.4
2 changes: 1 addition & 1 deletion run/deployment-previews/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pygithub==1.55
click==8.0.3
google-cloud-secret-manager==2.7.2
google-api-python-client==2.24.0
google-api-python-client==2.25.0
2 changes: 1 addition & 1 deletion run/markdown-preview/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==6.2.4
google-auth==2.0.0
google-api-python-client==2.24.0
google-api-python-client==2.25.0
2 changes: 1 addition & 1 deletion storage/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-pubsub==2.8.0
google-cloud-storage==1.42.3
google-api-python-client==2.24.0
google-api-python-client==2.25.0
2 changes: 1 addition & 1 deletion storage/transfer_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.24.0
google-api-python-client==2.25.0
google-auth==2.0.0
google-auth-httplib2==0.1.0

0 comments on commit 0f8ad2c

Please sign in to comment.