Update requirements to match HA 2024.12.5
Some checks failed
Run Python tests / Run tests (3.12) (push) Successful in 1m8s
Validate / validate-hacs (push) Failing after 20s
Validate / validate-hassfest (push) Failing after 32s

This commit is contained in:
Jules 2024-12-29 17:25:40 +01:00
parent 41fd90bf63
commit fe412dfec3
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
aiohttp==3.11.9 aiohttp==3.11.11
async-timeout==4.0.3 async-timeout==4.0.3
homeassistant==2024.12.0 homeassistant==2024.12.5
voluptuous==0.15.2 voluptuous==0.15.2
svgwrite==1.4.3 svgwrite==1.4.3
aiofile==3.9.0 aiofile==3.9.0

View file

@ -1,5 +1,5 @@
homeassistant==2024.12.0 homeassistant==2024.12.5
pytest_homeassistant_custom_component==0.13.190 pytest_homeassistant_custom_component==0.13.195
pytest pytest
freezegun freezegun
isort isort