Update requirements to match HA 2025.3.1

This commit is contained in:
Jules 2025-03-08 10:51:54 +01:00
parent 1e35e24c15
commit 5932884c7a
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
3 changed files with 6 additions and 8 deletions

View file

@ -9,8 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
"requirements": [
"svgwrite==1.4.3",
"aiofile==3.9.0"
"svgwrite==1.4.3"
],
"version": "0.2.32"
}

View file

@ -1,6 +1,5 @@
aiohttp==3.11.12
aiohttp==3.11.13
async-timeout==4.0.3
homeassistant==2025.2.4
homeassistant==2025.3.1
voluptuous==0.15.2
svgwrite==1.4.3
aiofile==3.9.0

View file

@ -1,5 +1,5 @@
homeassistant==2025.2.4
pytest_homeassistant_custom_component==0.13.214
homeassistant==2025.3.1
pytest_homeassistant_custom_component==0.13.222
pytest
freezegun
isort