mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Update versions to Home Assistant 2024.4.0 and Python 3.12
This commit is contained in:
parent
6744629bec
commit
842ac0a5e4
4 changed files with 7 additions and 7 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11"]
|
python-version: ["3.12"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: szenius/set-timezone@v1.2
|
- uses: szenius/set-timezone@v1.2
|
||||||
|
|
|
@ -9,7 +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": [
|
||||||
"pytz==2023.3.post1",
|
"pytz==2024.1",
|
||||||
"svgwrite==1.4.3"
|
"svgwrite==1.4.3"
|
||||||
],
|
],
|
||||||
"version": "0.2.6"
|
"version": "0.2.6"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
aiohttp==3.9.3
|
aiohttp==3.9.3
|
||||||
async_timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
homeassistant==2024.3.3
|
homeassistant==2024.4.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
pytz==2023.3.post1
|
pytz==2024.1
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
|
@ -1,5 +1,5 @@
|
||||||
homeassistant==2024.3.3
|
homeassistant==2024.4.0
|
||||||
pytest
|
pytest
|
||||||
pytest_homeassistant_custom_component==0.13.109
|
pytest_homeassistant_custom_component==0.13.111
|
||||||
freezegun
|
freezegun
|
||||||
isort
|
isort
|
Loading…
Add table
Reference in a new issue