From c72950b57b051a0f36f1bf15dc123dbdc5df0f25 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 26 Jun 2021 13:54:24 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-media-translation to v0.4.0 (#74) 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-media-translation](https://togithub.com/googleapis/python-media-translation) | `==0.2.0` -> `==0.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-media-translation/0.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-media-translation/0.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-media-translation/0.4.0/compatibility-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-media-translation/0.4.0/confidence-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-media-translation ### [`v0.4.0`](https://togithub.com/googleapis/python-media-translation/blob/master/CHANGELOG.md#​040-httpswwwgithubcomgoogleapispython-media-translationcomparev030v040-2021-05-27) [Compare Source](https://togithub.com/googleapis/python-media-translation/compare/v0.3.0...v0.4.0) ##### Features - support self-signed JWT flow for service accounts ([b610e3d](https://www.github.com/googleapis/python-media-translation/commit/b610e3d81f7f65b00cad3da5cccdc8038b7122d4)) ##### Bug Fixes - add async client to %name\_%version/init.py ([b610e3d](https://www.github.com/googleapis/python-media-translation/commit/b610e3d81f7f65b00cad3da5cccdc8038b7122d4)) - Remove unsupported fields: recognition_result and alternative_source_language_codes ([#​61](https://www.github.com/googleapis/python-media-translation/issues/61)) ([b610e3d](https://www.github.com/googleapis/python-media-translation/commit/b610e3d81f7f65b00cad3da5cccdc8038b7122d4)) ##### Documentation - Add more comments for supported audio type. ([b610e3d](https://www.github.com/googleapis/python-media-translation/commit/b610e3d81f7f65b00cad3da5cccdc8038b7122d4)) ### [`v0.3.0`](https://togithub.com/googleapis/python-media-translation/blob/master/CHANGELOG.md#​030-httpswwwgithubcomgoogleapispython-media-translationcomparev020v030-2021-02-11) [Compare Source](https://togithub.com/googleapis/python-media-translation/compare/v0.2.0...v0.3.0) ##### Features - add async client; add common resource path helper methods ([#​21](https://www.github.com/googleapis/python-media-translation/issues/21)) ([cb77463](https://www.github.com/googleapis/python-media-translation/commit/cb77463b297c2fcf194b714281ed82450b1594d3)) ##### Documentation - fix product documentation url ([#​19](https://www.github.com/googleapis/python-media-translation/issues/19)) ([0aae986](https://www.github.com/googleapis/python-media-translation/commit/0aae986b41e8326995f51d3e1f129f28c524b151))
--- ### 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-media-translation). --- media-translation/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-translation/snippets/requirements.txt b/media-translation/snippets/requirements.txt index 9f0ba480a732..677bdb042750 100644 --- a/media-translation/snippets/requirements.txt +++ b/media-translation/snippets/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-media-translation==0.2.0 +google-cloud-media-translation==0.4.0 pyaudio==0.2.11 six==1.16.0 \ No newline at end of file