mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-06 07:12:49 +00:00
Compare commits
3 Commits
tests-wait
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da24121c3a | ||
|
|
b871e1ca61 | ||
|
|
2920194f16 |
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@@ -33,7 +33,7 @@ on:
|
||||
- setup.py
|
||||
|
||||
env:
|
||||
DEFAULT_PYTHON: "3.14.3"
|
||||
DEFAULT_PYTHON: "3.14.4"
|
||||
COSIGN_VERSION: "v2.5.3"
|
||||
BUILD_NAME: supervisor
|
||||
BUILD_TYPE: supervisor
|
||||
|
||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
pull_request: ~
|
||||
|
||||
env:
|
||||
DEFAULT_PYTHON: "3.14.3"
|
||||
DEFAULT_PYTHON: "3.14.4"
|
||||
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||
MYPY_CACHE_VERSION: 1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.03.1
|
||||
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.04.0
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
ENV \
|
||||
|
||||
@@ -14,7 +14,7 @@ debugpy==1.8.20
|
||||
deepmerge==2.0
|
||||
dirhash==0.5.0
|
||||
faust-cchardet==2.1.19
|
||||
gitpython==3.1.49
|
||||
gitpython==3.1.50
|
||||
jinja2==3.1.6
|
||||
log-rate-limit==1.4.2
|
||||
orjson==3.11.8
|
||||
|
||||
@@ -310,7 +310,7 @@ class HomeAssistantWebSocket(CoreSysAttributes):
|
||||
try:
|
||||
await self._ensure_connected()
|
||||
except HomeAssistantWSError as err:
|
||||
_LOGGER.warning("Can't send WebSocket command: %s", err)
|
||||
_LOGGER.debug("Can't send WebSocket command: %s", err)
|
||||
return
|
||||
|
||||
# _ensure_connected guarantees self.client is set
|
||||
|
||||
Reference in New Issue
Block a user