Skip to content

Commit 55b68d4

Browse files
authored
Bump gtfs-station-stop (#96)
1 parent 230e6a3 commit 55b68d4

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

custom_components/gtfs_realtime/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"iot_class": "cloud_polling",
1212
"issue_tracker": "https://github.com/bcpearce/homeassistant-gtfs-realtime/issues",
1313
"requirements": [
14-
"gtfs_station_stop==0.11.6"
14+
"gtfs_station_stop==0.11.7"
1515
],
16-
"version": "0.4.3"
16+
"version": "0.4.4"
1717
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ requires = ["hatchling"]
55
[project]
66
authors = [{name = "Benjamin Pearce", email = "gtfs@bcpearce.com"}]
77
dependencies = [
8-
"gtfs-station-stop==0.11.6",
8+
"gtfs-station-stop==0.11.7",
99
"protobuf>=6.33.5",
1010
]
1111
description = "HomeAssistant custom integration for GTFS Realtime data."
1212
license = "MIT"
1313
name = "homeassistant-gtfs-realtime"
1414
readme = "README.md"
1515
requires-python = ">=3.13.2"
16-
version = "0.4.3"
16+
version = "0.4.4"
1717

1818
[dependency-groups]
1919
dev = [

uv.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)