From a5fe68c3541f03904a58f61e679c39e8e2757bf2 Mon Sep 17 00:00:00 2001 From: Jan Rieger Date: Sun, 3 Dec 2023 11:15:07 +0100 Subject: [PATCH] Bump python-holidays to 0.37 (#104937) --- homeassistant/components/workday/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/workday/manifest.json b/homeassistant/components/workday/manifest.json index c7c993e70d0..dd2df87234f 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.36"] + "requirements": ["holidays==0.37"] } diff --git a/requirements_all.txt b/requirements_all.txt index f72fd5c1898..c70e0784897 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1014,7 +1014,7 @@ hlk-sw16==0.0.9 hole==0.8.0 # homeassistant.components.workday -holidays==0.36 +holidays==0.37 # homeassistant.components.frontend home-assistant-frontend==20231130.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5672c4a8259..47b9feb0a7b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -801,7 +801,7 @@ hlk-sw16==0.0.9 hole==0.8.0 # homeassistant.components.workday -holidays==0.36 +holidays==0.37 # homeassistant.components.frontend home-assistant-frontend==20231130.0