diff --git a/homeassistant/components/google_travel_time/manifest.json b/homeassistant/components/google_travel_time/manifest.json index f26c7fe17dbd..c1ead8fd4c2e 100644 --- a/homeassistant/components/google_travel_time/manifest.json +++ b/homeassistant/components/google_travel_time/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["google", "homeassistant.helpers.location"], - "requirements": ["google-maps-routing==0.6.15"] + "requirements": ["google-maps-routing==0.11.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 64b98edfa1b3..51a767f3c615 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1168,7 +1168,7 @@ google-genai==2.16.0 google-health-api==0.9.0 # homeassistant.components.google_travel_time -google-maps-routing==0.6.15 +google-maps-routing==0.11.0 # homeassistant.components.nest google-nest-sdm==9.2.1