Bump azure-eventhub to 5.11.1 (#87175)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Eduard van Valkenburg
2023-02-03 21:01:33 +01:00
committed by GitHub
parent 96128340a0
commit fd4851053c
4 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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

View File

@ -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