1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump go2rtc to 1.9.6 (#129430)

This commit is contained in:
Robert Resch
2024-10-29 16:46:58 +01:00
committed by GitHub
parent b234b5937a
commit c8818bcce3
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ LABEL "com.github.actions.icon"="terminal"
LABEL "com.github.actions.color"="gray-dark"
"""
_GO2RTC_VERSION = "1.9.5"
_GO2RTC_VERSION = "1.9.6"
def _get_package_versions(file: Path, packages: set[str]) -> dict[str, str]: