mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Fix requirements dependencies
This commit is contained in:
parent
d838adce73
commit
274e53a9ca
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
aiohttp==3.9.3
|
aiohttp==3.9.3
|
||||||
async_timeout==4.0.3
|
async_timeout==4.0.3
|
||||||
homeassistant==2024.1.5
|
homeassistant==2024.2.1
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
pytz==2023.3.post1
|
pytz==2023.3.post1
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
|
@ -1,5 +1,5 @@
|
||||||
homeassistant==2024.1.5
|
homeassistant==2024.2.1
|
||||||
pytest
|
pytest
|
||||||
pytest_homeassistant_custom_component==0.13.91
|
pytest_homeassistant_custom_component==0.13.100
|
||||||
freezegun
|
freezegun
|
||||||
isort
|
isort
|
Loading…
Add table
Reference in a new issue