Bump vallox-websocket-api to 3.2.1 (#90980)

unblocks https://github.com/home-assistant/core/pull/90901
which will finally fix the races in websockets
This commit is contained in:
J. Nick Koston 2023-04-06 15:19:10 -10:00 committed by GitHub
parent 398762fdd5
commit 9793cae2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/vallox", "documentation": "https://www.home-assistant.io/integrations/vallox",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["vallox_websocket_api"], "loggers": ["vallox_websocket_api"],
"requirements": ["vallox-websocket-api==3.0.0"] "requirements": ["vallox-websocket-api==3.2.1"]
} }

View File

@ -2565,7 +2565,7 @@ url-normalize==1.4.3
uvcclient==0.11.0 uvcclient==0.11.0
# homeassistant.components.vallox # homeassistant.components.vallox
vallox-websocket-api==3.0.0 vallox-websocket-api==3.2.1
# homeassistant.components.rdw # homeassistant.components.rdw
vehicle==1.0.0 vehicle==1.0.0

View File

@ -1838,7 +1838,7 @@ url-normalize==1.4.3
uvcclient==0.11.0 uvcclient==0.11.0
# homeassistant.components.vallox # homeassistant.components.vallox
vallox-websocket-api==3.0.0 vallox-websocket-api==3.2.1
# homeassistant.components.rdw # homeassistant.components.rdw
vehicle==1.0.0 vehicle==1.0.0