From 77aafe70a913ecfbc9874b80c5f3aa56f336e16e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 3 Jun 2021 03:40:34 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-translate to v3.2.0 (#167) 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-translate](https://togithub.com/googleapis/python-translate) | `==3.1.0` -> `==3.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.2.0/compatibility-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.2.0/confidence-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-translate ### [`v3.2.0`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#​320-httpswwwgithubcomgoogleapispython-translatecomparev310v320-2021-05-28) [Compare Source](https://togithub.com/googleapis/python-translate/compare/v3.1.0...v3.2.0) ##### Features - support self-signed JWT flow for service accounts ([959a35c](https://www.github.com/googleapis/python-translate/commit/959a35c85e32867ed63c63d96593a240a5e8a1c4)) ##### Bug Fixes - add async client to %name\_%version/init.py ([959a35c](https://www.github.com/googleapis/python-translate/commit/959a35c85e32867ed63c63d96593a240a5e8a1c4)) - **deps:** add packaging requirement ([959a35c](https://www.github.com/googleapis/python-translate/commit/959a35c85e32867ed63c63d96593a240a5e8a1c4)) ##### Documentation - connect Python Translate client library to nebulous serverless example ([#​162](https://www.github.com/googleapis/python-translate/issues/162)) ([2986864](https://www.github.com/googleapis/python-translate/commit/2986864db391e5216dbead83eb822fd1fb2c19d0))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, 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/googleapis/python-translate). --- translation/samples/snippets/hybrid_glossaries/requirements.txt | 2 +- translation/samples/snippets/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/translation/samples/snippets/hybrid_glossaries/requirements.txt b/translation/samples/snippets/hybrid_glossaries/requirements.txt index 57fa106ec4c5..58c912da9c3c 100644 --- a/translation/samples/snippets/hybrid_glossaries/requirements.txt +++ b/translation/samples/snippets/hybrid_glossaries/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-translate==3.1.0 +google-cloud-translate==3.2.0 google-cloud-vision==2.3.1 google-cloud-texttospeech==2.3.0 diff --git a/translation/samples/snippets/requirements.txt b/translation/samples/snippets/requirements.txt index 5969547bbff5..3fd771d0ebd8 100644 --- a/translation/samples/snippets/requirements.txt +++ b/translation/samples/snippets/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-translate==3.1.0 +google-cloud-translate==3.2.0 google-cloud-storage==1.38.0 google-cloud-automl==2.3.0