mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Update requirements to match HA 2025.2.4 and Python 3.13
This commit is contained in:
parent
3ef90ba688
commit
225a853b27
3 changed files with 5 additions and 5 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.12"]
|
||||
python-version: ["3.13"]
|
||||
|
||||
steps:
|
||||
- uses: MathRobin/timezone-action@v1.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
aiohttp==3.11.11
|
||||
aiohttp==3.11.12
|
||||
async-timeout==4.0.3
|
||||
homeassistant==2025.1.4
|
||||
homeassistant==2025.2.4
|
||||
voluptuous==0.15.2
|
||||
svgwrite==1.4.3
|
||||
aiofile==3.9.0
|
|
@ -1,5 +1,5 @@
|
|||
homeassistant==2025.1.4
|
||||
pytest_homeassistant_custom_component==0.13.205
|
||||
homeassistant==2025.2.4
|
||||
pytest_homeassistant_custom_component==0.13.214
|
||||
pytest
|
||||
freezegun
|
||||
isort
|
Loading…
Add table
Reference in a new issue