Skip to content

Commit

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

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

---

### Configuration

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

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

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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 May 18, 2022
1 parent 1e13e31 commit c746430
Show file tree
Hide file tree
Showing 45 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion appengine/standard/mailgun/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
google-api-python-client==1.12.11; python_version < '3.0'
google-api-python-client===1.12.11; python_version < '3.0'
mock==3.0.5; python_version < '3.0'
WebTest==2.0.35; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/standard/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.4; python_version < '3.0'
Flask==2.1.0; python_version > '3.0'
google-api-python-client==1.12.11; python_version < '3.0'
google-api-python-client===1.12.11; python_version < '3.0'
5 changes: 2 additions & 3 deletions appengine/standard/storage/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
google-api-python-client==1.12.11; python_version < '3.0'
google-auth==2.6.2; python_version < '3.0'
google-auth==2.6.2; python_version > '3.0'
google-api-python-client===1.12.11; python_version < '3.0'
google-auth==2.6.2
google-auth-httplib2==0.1.0
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.1.0
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-cloud-pubsub==2.9.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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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.6.2
google-auth-oauthlib==0.5.1
google-auth-httplib2==0.1.0
google-api-python-client==2.41.0
google-api-python-client==2.47.0
flask==2.1.0
requests==2.27.1
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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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.27.1
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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==37.0.2
requests==2.27.1
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/load_balancing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
requests==2.27.1
2 changes: 1 addition & 1 deletion dataflow/custom-containers/miniconda/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.40.0
google-api-python-client==2.47.0
google-cloud-storage==1.43.0
pytest-xdist==2.5.0
pytest==6.2.4
2 changes: 1 addition & 1 deletion dataflow/custom-containers/minimal/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.40.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==7.0.1
2 changes: 1 addition & 1 deletion dataflow/custom-containers/ubuntu/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.40.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==7.0.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==7.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==7.0.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
pytest==7.0.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.0.1
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.0.1
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-cloud-storage==2.1.0
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.41.0
google-api-python-client==2.47.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.41.0
google-api-python-client==2.47.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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.4
# [START functions_billing_limit_appengine_deps]
google-api-python-client==2.41.0
google-api-python-client==2.47.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,4 +1,4 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
flask==2.1.0
functions-framework==3.0.0
slackclient==2.9.4
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/consent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.40.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
google-cloud-pubsub==2.9.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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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,4 +1,4 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
boto3==1.20.26
Expand Down
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==37.0.2
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
google-cloud-pubsub==2.9.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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
google-cloud-iot==2.4.1
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==37.0.2
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
google-cloud-iot==2.4.1
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==37.0.2
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
google-cloud-pubsub==2.9.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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.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.8.0; python_version > "3.6"
tensorflow==2.6.2; python_version < "3.7"
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
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.41.0
google-api-python-client==2.47.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.41.0
google-api-python-client==2.47.0
pytest-xdist==2.5.0
pytest==7.0.1
2 changes: 1 addition & 1 deletion run/deployment-previews/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pygithub==1.55
click==8.1.3
google-api-python-client==2.41.0
google-api-python-client==2.47.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==7.0.1
google-auth==2.6.2
google-api-python-client==2.41.0
google-api-python-client==2.47.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.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion storagetransfer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage-transfer==1.3.0
google-api-python-client==2.41.0
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0

0 comments on commit c746430

Please sign in to comment.