Bump go2rtc-client to 0.2.1 (#146019)

* Bump go2rtc-client to 0.2.0

* Bump go2rtc-client to 0.2.1

* Clean up hassfest exception

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Robert Resch
2025-06-02 20:48:40 +02:00
committed by GitHub
parent 9e1e889fd7
commit ecc10e9793
7 changed files with 6 additions and 10 deletions

View File

@ -8,6 +8,6 @@
"integration_type": "system",
"iot_class": "local_polling",
"quality_scale": "internal",
"requirements": ["go2rtc-client==0.1.3b0"],
"requirements": ["go2rtc-client==0.2.1"],
"single_config_entry": true
}

View File

@ -32,7 +32,7 @@ cronsim==2.6
cryptography==45.0.3
dbus-fast==2.43.0
fnv-hash-fast==1.5.0
go2rtc-client==0.1.3b0
go2rtc-client==0.2.1
ha-ffmpeg==3.2.2
habluetooth==3.48.2
hass-nabucasa==0.101.0

2
requirements_all.txt generated
View File

@ -1026,7 +1026,7 @@ gitterpy==0.1.7
glances-api==0.8.0
# homeassistant.components.go2rtc
go2rtc-client==0.1.3b0
go2rtc-client==0.2.1
# homeassistant.components.goalzero
goalzero==0.2.2

View File

@ -10,7 +10,7 @@
astroid==3.3.10
coverage==7.8.2
freezegun==1.5.2
go2rtc-client==0.1.3b0
go2rtc-client==0.2.1
license-expression==30.4.1
mock-open==1.4.0
mypy-dev==1.17.0a2

View File

@ -887,7 +887,7 @@ gios==6.0.0
glances-api==0.8.0
# homeassistant.components.go2rtc
go2rtc-client==0.1.3b0
go2rtc-client==0.2.1
# homeassistant.components.goalzero
goalzero==0.2.2

View File

@ -25,7 +25,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.7.1,source=/uv,target=/bin/uv \
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
-r /usr/src/homeassistant/requirements.txt \
stdlib-list==0.10.0 pipdeptree==2.26.1 tqdm==4.67.1 ruff==0.11.12 \
PyTurboJPEG==1.8.0 go2rtc-client==0.1.3b0 ha-ffmpeg==3.2.2 hassil==2.2.3 home-assistant-intents==2025.5.28 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
PyTurboJPEG==1.8.0 go2rtc-client==0.2.1 ha-ffmpeg==3.2.2 hassil==2.2.3 home-assistant-intents==2025.5.28 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
LABEL "name"="hassfest"
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"

View File

@ -41,10 +41,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# - domain is the integration domain
# - package is the package (can be transitive) referencing the dependency
# - dependencyX should be the name of the referenced dependency
"go2rtc": {
# https://github.com/home-assistant-libs/python-go2rtc-client/pull/123
"go2rtc-client": {"awesomeversion"}
},
"homewizard": {
# https://github.com/homewizard/python-homewizard-energy/pull/545
"python-homewizard-energy": {"awesomeversion"}