Skip to content

Commit 842ac0a

Browse files
committed
Update versions to Home Assistant 2024.4.0 and Python 3.12
1 parent 6744629 commit 842ac0a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.12"]
1414

1515
steps:
1616
- uses: szenius/set-timezone@v1.2

custom_components/irm_kmi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"iot_class": "cloud_polling",
1010
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
1111
"requirements": [
12-
"pytz==2023.3.post1",
12+
"pytz==2024.1",
1313
"svgwrite==1.4.3"
1414
],
1515
"version": "0.2.6"

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.9.3
2-
async_timeout==4.0.3
3-
homeassistant==2024.3.3
2+
async-timeout==4.0.3
3+
homeassistant==2024.4.0
44
voluptuous==0.13.1
5-
pytz==2023.3.post1
5+
pytz==2024.1
66
svgwrite==1.4.3

requirements_tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
homeassistant==2024.3.3
1+
homeassistant==2024.4.0
22
pytest
3-
pytest_homeassistant_custom_component==0.13.109
3+
pytest_homeassistant_custom_component==0.13.111
44
freezegun
55
isort

0 commit comments

Comments
 (0)