From 219bc2c8d4fad4eaa266453f0476028bf7228de4 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 7 Jul 2026 10:06:49 +0200 Subject: [PATCH] Bump holidays to 0.100 (#175809) --- 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 0edf787d5d05..43038c1a8c41 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.99", "babel==2.18.0"] + "requirements": ["holidays==0.100", "babel==2.18.0"] } diff --git a/homeassistant/components/workday/manifest.json b/homeassistant/components/workday/manifest.json index b4df67d61b7c..1d2009138865 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.99"] + "requirements": ["holidays==0.100"] } diff --git a/requirements_all.txt b/requirements_all.txt index 2a0a662d93c9..b771dcc5d9f5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1260,7 +1260,7 @@ hole==0.9.2 # homeassistant.components.holiday # homeassistant.components.workday -holidays==0.99 +holidays==0.100 # homeassistant.components.frontend home-assistant-frontend==20260624.4