Skip to content

Commit 5b31a20

Browse files
authored
chore(deps): update dependency google-cloud-dataproc to v2.5.0 (GoogleCloudPlatform#6480)
[![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.4.0` -> `==2.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-dataproc ### [`v2.5.0`](https://togithub.com/googleapis/python-dataproc/blob/master/CHANGELOG.md#​250-httpswwwgithubcomgoogleapispython-dataproccomparev240v250-2021-07-24) [Compare Source](https://togithub.com/googleapis/python-dataproc/compare/v2.4.0...v2.5.0) ##### Features - add always_use_jwt_access ([#&GoogleCloudPlatform#8203;209](https://www.github.com/googleapis/python-dataproc/issues/209)) ([6aec13c](https://www.github.com/googleapis/python-dataproc/commit/6aec13ce39a2afc0f36878bd61cff1614ec66972)) ##### Bug Fixes - Attribute error Name while executing the sample code ([#&GoogleCloudPlatform#8203;205](https://www.github.com/googleapis/python-dataproc/issues/205)) ([cb0328f](https://www.github.com/googleapis/python-dataproc/commit/cb0328f3bfec416be9aec34d027fe0f48aab4242)) - **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#&GoogleCloudPlatform#8203;227](https://www.github.com/googleapis/python-dataproc/issues/227)) ([5acfcd0](https://www.github.com/googleapis/python-dataproc/commit/5acfcd019dede3684fdf23cbed8bfcebdce606af)) - disable always_use_jwt_access ([#&GoogleCloudPlatform#8203;215](https://www.github.com/googleapis/python-dataproc/issues/215)) ([a57e253](https://www.github.com/googleapis/python-dataproc/commit/a57e25388691335b6672613210ee566ed91dc97b)) - enable self signed jwt for grpc ([#&GoogleCloudPlatform#8203;233](https://www.github.com/googleapis/python-dataproc/issues/233)) ([7df4fef](https://www.github.com/googleapis/python-dataproc/commit/7df4fefdced730fffd9b994608575512efe8d72a)) ##### Documentation - omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&GoogleCloudPlatform#8203;1127](https://www.github.com/googleapis/python-dataproc/issues/1127)) ([#&GoogleCloudPlatform#8203;201](https://www.github.com/googleapis/python-dataproc/issues/201)) ([feea064](https://www.github.com/googleapis/python-dataproc/commit/feea0642ea6dbd6e08d4e52c89789a6b17e4de97)) - add Samples section to CONTRIBUTING.rst ([#&GoogleCloudPlatform#8203;228](https://www.github.com/googleapis/python-dataproc/issues/228)) ([3e248c2](https://www.github.com/googleapis/python-dataproc/commit/3e248c29470d635abf0d6fa7ae84dc8370a86bef))
--- ### 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 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).
1 parent c481d1e commit 5b31a20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data-science-onramp/data-ingestion/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#google-auth==1.16.0
33
#google-auth-httplib2==0.0.3
44
google-cloud-storage==1.41.0
5-
google-cloud-dataproc==2.4.0
6-
google-cloud-bigquery==2.23.0
5+
google-cloud-dataproc==2.5.0
6+
google-cloud-bigquery==2.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-storage==1.41.0
2-
google-cloud-dataproc==2.4.0
2+
google-cloud-dataproc==2.5.0

0 commit comments

Comments
 (0)