From ed734dd76eb4c8920e999819335b6b253eaa24d3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 19 Oct 2021 20:46:09 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-translate to v3.6.0 (#6941) 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.5.0` -> `==3.6.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.6.0/compatibility-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-translate/3.6.0/confidence-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-translate ### [`v3.6.0`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#​360-httpswwwgithubcomgoogleapispython-translatecomparev350v360-2021-10-18) [Compare Source](https://togithub.com/googleapis/python-translate/compare/v3.5.0...v3.6.0) ##### Features - add support for python 3.10 ([#​275](https://www.togithub.com/googleapis/python-translate/issues/275)) ([381fc15](https://www.github.com/googleapis/python-translate/commit/381fc15cd920252edbc280b7623125955ee68347)) ##### Bug Fixes - add model signature for batch document translation ([#​276](https://www.togithub.com/googleapis/python-translate/issues/276)) ([be0b01b](https://www.github.com/googleapis/python-translate/commit/be0b01bb5b21cec9910967305784fc02c7ce83ff))
--- ### 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). --- functions/ocr/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index 6300959ccd37..05bf6dd185de 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.8.0 google-cloud-storage==1.42.2 -google-cloud-translate==3.5.0 +google-cloud-translate==3.6.0 google-cloud-vision==2.5.0