From 008b56b4dd1cf1995f8adb602ef75a8ce03f0524 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 26 May 2024 20:29:58 +0200 Subject: [PATCH] Bump holidays to 0.49 (#118181) --- homeassistant/components/holiday/manifest.json | 2 +- homeassistant/components/workday/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/holiday/manifest.json b/homeassistant/components/holiday/manifest.json index ef8628fb3bf..5ac6611592d 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.48", "babel==2.13.1"] + "requirements": ["holidays==0.49", "babel==2.13.1"] } diff --git a/homeassistant/components/workday/manifest.json b/homeassistant/components/workday/manifest.json index 4f1815cd239..7faf82ad71a 100644 --- a/homeassistant/components/workday/manifest.json +++ b/homeassistant/components/workday/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "loggers": ["holidays"], "quality_scale": "internal", - "requirements": ["holidays==0.48"] + "requirements": ["holidays==0.49"] } diff --git a/requirements_all.txt b/requirements_all.txt index 8c445f21bd5..78688d663e2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1084,7 +1084,7 @@ hole==0.8.0 # homeassistant.components.holiday # homeassistant.components.workday -holidays==0.48 +holidays==0.49 # homeassistant.components.frontend home-assistant-frontend==20240501.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3a9154b09af..ef036f6e4a4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -886,7 +886,7 @@ hole==0.8.0 # homeassistant.components.holiday # homeassistant.components.workday -holidays==0.48 +holidays==0.49 # homeassistant.components.frontend home-assistant-frontend==20240501.1