mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump azure-eventhub to 5.11.1 (#87175)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
committed by
GitHub
parent
96128340a0
commit
fd4851053c
@ -68,7 +68,7 @@ class AzureEventHubClientSAS(AzureEventHubClient):
|
||||
f"{self.event_hub_namespace}.servicebus.windows.net"
|
||||
),
|
||||
eventhub_name=self.event_hub_instance_name,
|
||||
credential=EventHubSharedKeyCredential( # type: ignore[arg-type]
|
||||
credential=EventHubSharedKeyCredential(
|
||||
policy=self.event_hub_sas_policy, key=self.event_hub_sas_key
|
||||
),
|
||||
**ADDITIONAL_ARGS,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "azure_event_hub",
|
||||
"name": "Azure Event Hub",
|
||||
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
|
||||
"requirements": ["azure-eventhub==5.7.0"],
|
||||
"requirements": ["azure-eventhub==5.11.1"],
|
||||
"codeowners": ["@eavanvalkenburg"],
|
||||
"iot_class": "cloud_push",
|
||||
"config_flow": true,
|
||||
|
@ -398,7 +398,7 @@ aurorapy==0.2.7
|
||||
axis==46
|
||||
|
||||
# homeassistant.components.azure_event_hub
|
||||
azure-eventhub==5.7.0
|
||||
azure-eventhub==5.11.1
|
||||
|
||||
# homeassistant.components.azure_service_bus
|
||||
azure-servicebus==7.8.0
|
||||
|
@ -343,7 +343,7 @@ aurorapy==0.2.7
|
||||
axis==46
|
||||
|
||||
# homeassistant.components.azure_event_hub
|
||||
azure-eventhub==5.7.0
|
||||
azure-eventhub==5.11.1
|
||||
|
||||
# homeassistant.components.homekit
|
||||
base36==0.1.1
|
||||
|
Reference in New Issue
Block a user