From bc36c5f09d5e06359d56e1a419fc17e105b3d4b9 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 12 Sep 2026 20:56:32 +0200 Subject: [PATCH] Bump holidays to 0.104 (#182044) --- homeassistant/components/holiday/manifest.json | 2 +- homeassistant/components/workday/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/holiday/manifest.json b/homeassistant/components/holiday/manifest.json index 3b4c90b672b3..bf0fda4019bc 100644 --- a/homeassistant/components/holiday/manifest.json +++ b/homeassistant/components/holiday/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/holiday", "iot_class": "local_polling", - "requirements": ["holidays==0.103", "babel==2.18.0"] + "requirements": ["holidays==0.104", "babel==2.18.0"] } diff --git a/homeassistant/components/workday/manifest.json b/homeassistant/components/workday/manifest.json index d5e0ede81f67..018d73388c02 100644 --- a/homeassistant/components/workday/manifest.json +++ b/homeassistant/components/workday/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "loggers": ["holidays"], "quality_scale": "internal", - "requirements": ["holidays==0.103"] + "requirements": ["holidays==0.104"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1bab1bc3ff37..860de7e92e0a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1300,7 +1300,7 @@ hole==0.9.2 # homeassistant.components.holiday # homeassistant.components.workday -holidays==0.103 +holidays==0.104 # homeassistant.components.frontend home-assistant-frontend==20260826.7