Update dependencies

This commit is contained in:
Jules 2025-05-03 17:58:52 +02:00
parent fd8aa3029f
commit d0d542c3fe
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
3 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
"requirements": [
"irm-kmi-api>=0.1.0,<1.0.0"
"irm-kmi-api>=0.1.3,<1.0.0"
],
"version": "0.2.32"
}

View file

@ -1,5 +1,4 @@
aiohttp==3.11.13
async-timeout==4.0.3
homeassistant==2025.3.1
voluptuous==0.15.2
irm-kmi-api>=0.1.2,<1.0.0
irm-kmi-api>=0.1.3,<1.0.0

View file

@ -1,5 +1,5 @@
homeassistant==2025.3.1
pytest_homeassistant_custom_component==0.13.222
homeassistant==2025.4.4
pytest_homeassistant_custom_component==0.13.236
pytest
freezegun
isort