From 8fe504356a8c2dcabad80a1dae54aea8e8edd732 Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Mon, 10 Oct 2022 04:37:02 -0700 Subject: [PATCH] Update to pygtfs 0.1.7 (#79975) --- homeassistant/components/gtfs/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/gtfs/manifest.json b/homeassistant/components/gtfs/manifest.json index 8dfb37ad551..9e9eb6a5585 100644 --- a/homeassistant/components/gtfs/manifest.json +++ b/homeassistant/components/gtfs/manifest.json @@ -2,7 +2,7 @@ "domain": "gtfs", "name": "General Transit Feed Specification (GTFS)", "documentation": "https://www.home-assistant.io/integrations/gtfs", - "requirements": ["pygtfs==0.1.6"], + "requirements": ["pygtfs==0.1.7"], "codeowners": [], "iot_class": "local_polling", "loggers": ["pygtfs"] diff --git a/requirements_all.txt b/requirements_all.txt index ed5017827d3..dec5140ffbc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1589,7 +1589,7 @@ pyfttt==0.3 pygatt[GATTTOOL]==4.0.5 # homeassistant.components.gtfs -pygtfs==0.1.6 +pygtfs==0.1.7 # homeassistant.components.hvv_departures pygti==0.9.3