Bump python-holidays to 0.55 (#124314)
This commit is contained in:
parent
ad362b1d4c
commit
266cd623a5
5 changed files with 6 additions and 6 deletions
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/holiday",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["holidays==0.54", "babel==2.15.0"]
|
||||
"requirements": ["holidays==0.55", "babel==2.15.0"]
|
||||
}
|
||||
|
|
|
@ -92,7 +92,7 @@ def _get_obj_holidays(
|
|||
subdiv=province,
|
||||
years=year,
|
||||
language=language,
|
||||
categories=set_categories, # type: ignore[arg-type]
|
||||
categories=set_categories,
|
||||
)
|
||||
if (supported_languages := obj_holidays.supported_languages) and language == "en":
|
||||
for lang in supported_languages:
|
||||
|
@ -102,7 +102,7 @@ def _get_obj_holidays(
|
|||
subdiv=province,
|
||||
years=year,
|
||||
language=lang,
|
||||
categories=set_categories, # type: ignore[arg-type]
|
||||
categories=set_categories,
|
||||
)
|
||||
LOGGER.debug("Changing language from %s to %s", language, lang)
|
||||
return obj_holidays
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"iot_class": "local_polling",
|
||||
"loggers": ["holidays"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["holidays==0.54"]
|
||||
"requirements": ["holidays==0.55"]
|
||||
}
|
||||
|
|
|
@ -1099,7 +1099,7 @@ hole==0.8.0
|
|||
|
||||
# homeassistant.components.holiday
|
||||
# homeassistant.components.workday
|
||||
holidays==0.54
|
||||
holidays==0.55
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20240809.0
|
||||
|
|
|
@ -922,7 +922,7 @@ hole==0.8.0
|
|||
|
||||
# homeassistant.components.holiday
|
||||
# homeassistant.components.workday
|
||||
holidays==0.54
|
||||
holidays==0.55
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20240809.0
|
||||
|
|
Loading…
Add table
Reference in a new issue