From b89f50346440aa0701965adb098eef7acef21110 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 5 Oct 2021 17:00:45 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-dataproc to v3 (#6798) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
googleapis/python-dataproc ### [`v3.0.0`](https://togithub.com/googleapis/python-dataproc/blob/master/CHANGELOG.md#​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 ([#​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))
--- ### 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. --- - [ ] 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). --- data-science-onramp/data-ingestion/requirements.txt | 2 +- data-science-onramp/data-processing/requirements.txt | 2 +- pubsublite/spark-connector/requirements-test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index b1fe582ae01b..193528ea0ab5 100644 --- a/data-science-onramp/data-ingestion/requirements.txt +++ b/data-science-onramp/data-ingestion/requirements.txt @@ -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 \ No newline at end of file diff --git a/data-science-onramp/data-processing/requirements.txt b/data-science-onramp/data-processing/requirements.txt index 50128c501acb..58b306d265af 100644 --- a/data-science-onramp/data-processing/requirements.txt +++ b/data-science-onramp/data-processing/requirements.txt @@ -1,2 +1,2 @@ google-cloud-storage==1.42.2 -google-cloud-dataproc==2.6.0 +google-cloud-dataproc==3.0.0 diff --git a/pubsublite/spark-connector/requirements-test.txt b/pubsublite/spark-connector/requirements-test.txt index 6ebd89171413..62349b3b7a4a 100644 --- a/pubsublite/spark-connector/requirements-test.txt +++ b/pubsublite/spark-connector/requirements-test.txt @@ -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 \ No newline at end of file