From 0b03be884e35110a118e2c839f8d18084a8a3dda Mon Sep 17 00:00:00 2001 From: "Stein M. Nornes" Date: Sat, 15 Nov 2025 22:59:46 +0100 Subject: [PATCH] Update dependencies --- custom_components/zaptec/manifest.json | 2 +- requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/zaptec/manifest.json b/custom_components/zaptec/manifest.json index c3ed6aa..5062a0b 100644 --- a/custom_components/zaptec/manifest.json +++ b/custom_components/zaptec/manifest.json @@ -12,7 +12,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/zaptec/issues", "requirements": [ - "azure-servicebus==7.14.2", + "azure-servicebus==7.14.3", "pydantic>=2.11.7,<2.13", "aiolimiter==1.2.1" ], diff --git a/requirements.txt b/requirements.txt index a3f7a1f..6db3e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -colorlog==6.9.0 -homeassistant==2025.9.4 +colorlog==6.10.1 +homeassistant==2025.11.2 pip>=25.0 -ruff==0.13.1 +ruff==0.14.5 # Copy from manifest.json to get this into the dev container # without needing to start HA -azure-servicebus==7.14.2 -pydantic==2.12.0 +azure-servicebus==7.14.3 +pydantic==2.12.4 aiolimiter==1.2.1