mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Update requirements to match HA 2025.3.1
This commit is contained in:
parent
1e35e24c15
commit
5932884c7a
3 changed files with 6 additions and 8 deletions
|
@ -9,8 +9,7 @@
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
|
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"svgwrite==1.4.3",
|
"svgwrite==1.4.3"
|
||||||
"aiofile==3.9.0"
|
|
||||||
],
|
],
|
||||||
"version": "0.2.32"
|
"version": "0.2.32"
|
||||||
}
|
}
|
|
@ -1,6 +1,5 @@
|
||||||
aiohttp==3.11.12
|
aiohttp==3.11.13
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
homeassistant==2025.2.4
|
homeassistant==2025.3.1
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
||||||
aiofile==3.9.0
|
|
|
@ -1,5 +1,5 @@
|
||||||
homeassistant==2025.2.4
|
homeassistant==2025.3.1
|
||||||
pytest_homeassistant_custom_component==0.13.214
|
pytest_homeassistant_custom_component==0.13.222
|
||||||
pytest
|
pytest
|
||||||
freezegun
|
freezegun
|
||||||
isort
|
isort
|
||||||
|
|
Loading…
Add table
Reference in a new issue