From 422b09f4ec12f5ecc3c9c217094520ecd18b801b Mon Sep 17 00:00:00 2001 From: Jan Rieger Date: Thu, 16 Nov 2023 01:42:55 +0100 Subject: [PATCH] Bump python-holidays to 0.36 (#104055) --- 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 1c9a533d998..c7c993e70d0 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.35"] + "requirements": ["holidays==0.36"] } diff --git a/requirements_all.txt b/requirements_all.txt index 57985bbf20d..7852cbbadd9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1015,7 +1015,7 @@ hlk-sw16==0.0.9 hole==0.8.0 # homeassistant.components.workday -holidays==0.35 +holidays==0.36 # homeassistant.components.frontend home-assistant-frontend==20231030.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b84037a2f84..421e0db26d4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -799,7 +799,7 @@ hlk-sw16==0.0.9 hole==0.8.0 # homeassistant.components.workday -holidays==0.35 +holidays==0.36 # homeassistant.components.frontend home-assistant-frontend==20231030.2