diff --git a/homeassistant/components/google_translate/manifest.json b/homeassistant/components/google_translate/manifest.json index c949e514d879e24edba7539ce0985279ed013064..6d40b2f7a09e05d79cac3d1e851865775ad2f920 100644 --- a/homeassistant/components/google_translate/manifest.json +++ b/homeassistant/components/google_translate/manifest.json @@ -2,6 +2,6 @@ "domain": "google_translate", "name": "Google Translate Text-to-Speech", "documentation": "https://www.home-assistant.io/integrations/google_translate", - "requirements": ["gTTS-token==1.1.3"], + "requirements": ["gTTS-token==1.1.4"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index ef7e1f7dcec56da4d75cd1b1c41535522273e051..f40a7e0a69301234b2c07a6b480f54930cd958cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -622,7 +622,7 @@ freesms==0.1.2 fritzconnection==1.3.4 # homeassistant.components.google_translate -gTTS-token==1.1.3 +gTTS-token==1.1.4 # homeassistant.components.garmin_connect garminconnect==0.1.16 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1553395980bca6835c3fdd0e254a9393521717c0..6c9cbdc61e540014a0cb60f0e02ca88e5a3e1bb9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -308,7 +308,7 @@ fnvhash==0.1.0 foobot_async==0.3.2 # homeassistant.components.google_translate -gTTS-token==1.1.3 +gTTS-token==1.1.4 # homeassistant.components.garmin_connect garminconnect==0.1.16