Skip to content

Commit dd6799b

Browse files
authored
Merge pull request #125 from remuslazar/update-hass-and-pyton
Update HASS and Python to latest versions
2 parents dba0060 + e332ada commit dd6799b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remuslazar/homeassistant-nissan-carwings",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.12",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
44
"postCreateCommand": "scripts/setup",
55
"forwardPorts": [
66
8123

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Set up Python"
2020
uses: actions/setup-python@v6.0.0
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.13"
2323
cache: "pip"
2424

2525
- name: "Install requirements"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
colorlog==6.9.0
2-
homeassistant==2024.8.2
2+
homeassistant==2025.10.2
33
pip>=21.3.1
44
ruff==0.14.0

0 commit comments

Comments
 (0)