From 5377e5ed38e09d23d79196b6eb1862fa40642a0e Mon Sep 17 00:00:00 2001 From: Salvatore Mazzarino Date: Mon, 31 May 2021 14:45:56 +0200 Subject: [PATCH] Update to pygtfs 0.1.6 (#51267) * Update to pygtfs 0.1.6 Signed-off-by: Salvatore Mazzarino * run tasks: generate requirements --- 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 d987899463f..4de42e3190a 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.5"], + "requirements": ["pygtfs==0.1.6"], "codeowners": [], "iot_class": "local_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index 9b48631dc1f..e6c1045a8f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1439,7 +1439,7 @@ pyfttt==0.3 pygatt[GATTTOOL]==4.0.5 # homeassistant.components.gtfs -pygtfs==0.1.5 +pygtfs==0.1.6 # homeassistant.components.hvv_departures pygti==0.9.2