mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Bump holidays to 0.76 (#148363)
This commit is contained in:
parent
b151a9bf75
commit
4b8dcc39b4
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/holiday",
|
"documentation": "https://www.home-assistant.io/integrations/holiday",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["holidays==0.75", "babel==2.15.0"]
|
"requirements": ["holidays==0.76", "babel==2.15.0"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["holidays"],
|
"loggers": ["holidays"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["holidays==0.75"]
|
"requirements": ["holidays==0.76"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1165,7 +1165,7 @@ hole==0.9.0
|
|||||||
|
|
||||||
# homeassistant.components.holiday
|
# homeassistant.components.holiday
|
||||||
# homeassistant.components.workday
|
# homeassistant.components.workday
|
||||||
holidays==0.75
|
holidays==0.76
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20250702.1
|
home-assistant-frontend==20250702.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1014,7 +1014,7 @@ hole==0.9.0
|
|||||||
|
|
||||||
# homeassistant.components.holiday
|
# homeassistant.components.holiday
|
||||||
# homeassistant.components.workday
|
# homeassistant.components.workday
|
||||||
holidays==0.75
|
holidays==0.76
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20250702.1
|
home-assistant-frontend==20250702.1
|
||||||
|
@ -108,6 +108,7 @@ async def test_form_province_no_alias(hass: HomeAssistant) -> None:
|
|||||||
"name": "Workday Sensor",
|
"name": "Workday Sensor",
|
||||||
"country": "US",
|
"country": "US",
|
||||||
"excludes": ["sat", "sun", "holiday"],
|
"excludes": ["sat", "sun", "holiday"],
|
||||||
|
"language": "en_US",
|
||||||
"days_offset": 0,
|
"days_offset": 0,
|
||||||
"workdays": ["mon", "tue", "wed", "thu", "fri"],
|
"workdays": ["mon", "tue", "wed", "thu", "fri"],
|
||||||
"add_holidays": [],
|
"add_holidays": [],
|
||||||
|
@ -61,8 +61,4 @@ async def test_workday_subdiv_aliases() -> None:
|
|||||||
years=2025,
|
years=2025,
|
||||||
)
|
)
|
||||||
subdiv_aliases = country.get_subdivision_aliases()
|
subdiv_aliases = country.get_subdivision_aliases()
|
||||||
assert subdiv_aliases["GES"] == [ # codespell:ignore
|
assert subdiv_aliases["6AE"] == ["Alsace"]
|
||||||
"Alsace",
|
|
||||||
"Champagne-Ardenne",
|
|
||||||
"Lorraine",
|
|
||||||
]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user