From aaa02c9a75b0d1f88491dde8a41da9e30f85c24f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 12 Oct 2021 01:25:59 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-speech to v2.10.0 (#273) --- samples/microphone/requirements.txt | 2 +- samples/snippets/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/microphone/requirements.txt b/samples/microphone/requirements.txt index d9118499..4cc08a97 100644 --- a/samples/microphone/requirements.txt +++ b/samples/microphone/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-speech==2.9.3 +google-cloud-speech==2.10.0 pyaudio==0.2.11 six==1.16.0 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 00cfff3a..fd88c821 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-speech==2.9.3 +google-cloud-speech==2.10.0 google-cloud-storage==1.42.3