diff --git a/speech/microphone/requirements.txt b/speech/microphone/requirements.txt
index 25e429bd0a28..6b7e2caaef1b 100644
--- a/speech/microphone/requirements.txt
+++ b/speech/microphone/requirements.txt
@@ -1,4 +1,4 @@
-google-cloud-speech==2.9.0
+google-cloud-speech==2.9.1
 pyaudio==0.2.11
 six==1.16.0
 
diff --git a/speech/snippets/requirements.txt b/speech/snippets/requirements.txt
index f20b6ba56586..5fe390505f5d 100644
--- a/speech/snippets/requirements.txt
+++ b/speech/snippets/requirements.txt
@@ -1,2 +1,2 @@
-google-cloud-speech==2.9.0
+google-cloud-speech==2.9.1
 google-cloud-storage==1.42.2