From 18cd4ee43fe2409afac2f946979c356982527eb7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Sep 2021 16:48:10 +0200 Subject: [PATCH] chore(deps): update all dependencies (#251) 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-speech](https://togithub.com/googleapis/python-speech) | `==2.8.0` -> `==2.9.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-speech/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-speech/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-speech/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-speech/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==1.42.1` -> `==1.42.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-speech ### [`v2.9.0`](https://togithub.com/googleapis/python-speech/blob/master/CHANGELOG.md#​290-httpswwwgithubcomgoogleapispython-speechcomparev280v290-2021-09-20) [Compare Source](https://togithub.com/googleapis/python-speech/compare/v2.8.0...v2.9.0) ##### Features - add output_config request field ([#​252](https://www.togithub.com/googleapis/python-speech/issues/252)) ([b9f856e](https://www.github.com/googleapis/python-speech/commit/b9f856e93cbb926e9531639a9bb50c654ff1033e)) ##### Documentation - **samples:** fixed model adaptation sample to correctly refer to custom classes ([#​246](https://www.togithub.com/googleapis/python-speech/issues/246)) ([5fa2433](https://www.github.com/googleapis/python-speech/commit/5fa243358ec5688a40ef0d5abf3802acfa931ea7))
googleapis/python-storage ### [`v1.42.2`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1422-httpswwwgithubcomgoogleapispython-storagecomparev1421v1422-2021-09-16) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.42.1...v1.42.2)
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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-speech). --- speech/microphone/requirements.txt | 2 +- speech/snippets/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/speech/microphone/requirements.txt b/speech/microphone/requirements.txt index 08228d5bdb95..25e429bd0a28 100644 --- a/speech/microphone/requirements.txt +++ b/speech/microphone/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-speech==2.8.0 +google-cloud-speech==2.9.0 pyaudio==0.2.11 six==1.16.0 diff --git a/speech/snippets/requirements.txt b/speech/snippets/requirements.txt index 36664d5d6cfa..f20b6ba56586 100644 --- a/speech/snippets/requirements.txt +++ b/speech/snippets/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-speech==2.8.0 -google-cloud-storage==1.42.1 +google-cloud-speech==2.9.0 +google-cloud-storage==1.42.2