Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-dataproc to v3 (GoogleClo…
Browse files Browse the repository at this point in the history
…udPlatform#6798)

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

---

### Release Notes

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

### [`v3.0.0`](https://togithub.com/googleapis/python-dataproc/blob/master/CHANGELOG.md#&#8203;300-httpswwwgithubcomgoogleapispython-dataproccomparev260v300-2021-10-04)

[Compare Source](https://togithub.com/googleapis/python-dataproc/compare/v2.6.0...v3.0.0)

##### Features

-   delete deprecated Dataproc v1beta2 API client ([3bdeaa7](https://www.github.com/googleapis/python-dataproc/commit/3bdeaa7e707ec2af445bf7c0321959b927c9c245))

##### Bug Fixes

-   add 'dict' annotation type to 'request' ([be5c115](https://www.github.com/googleapis/python-dataproc/commit/be5c11554f7accfe60dd5cb8da7c4888f688c282))
-   improper types in pagers generation ([1ae784b](https://www.github.com/googleapis/python-dataproc/commit/1ae784bc1610aeb389eaa2cc7a6dc6f10c96788b))

##### Miscellaneous Chores

-   release as 3.0.0 ([#&GoogleCloudPlatform#8203;273](https://www.togithub.com/googleapis/python-dataproc/issues/273)) ([3bdeaa7](https://www.github.com/googleapis/python-dataproc/commit/3bdeaa7e707ec2af445bf7c0321959b927c9c245))

##### Documentation

-   update cluster sample ([3bdeaa7](https://www.github.com/googleapis/python-dataproc/commit/3bdeaa7e707ec2af445bf7c0321959b927c9c245))

</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 5, 2021
1 parent 80faef2 commit b89f503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-science-onramp/data-ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#google-auth==1.16.0
#google-auth-httplib2==0.0.3
google-cloud-storage==1.42.2
google-cloud-dataproc==2.6.0
google-cloud-dataproc==3.0.0
google-cloud-bigquery==2.27.1
2 changes: 1 addition & 1 deletion data-science-onramp/data-processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.42.2
google-cloud-dataproc==2.6.0
google-cloud-dataproc==3.0.0
2 changes: 1 addition & 1 deletion pubsublite/spark-connector/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-dataproc==2.6.0
google-cloud-dataproc==3.0.0
google-cloud-pubsublite==1.2.0
google-cloud-storage==1.42.1
pytest==6.2.5

0 comments on commit b89f503

Please sign in to comment.