We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba0060 + e332ada commit dd6799bCopy full SHA for dd6799b
3 files changed
.devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remuslazar/homeassistant-nissan-carwings",
3
- "image": "mcr.microsoft.com/devcontainers/python:3.12",
+ "image": "mcr.microsoft.com/devcontainers/python:3.13",
4
"postCreateCommand": "scripts/setup",
5
"forwardPorts": [
6
8123
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Set up Python"
20
uses: actions/setup-python@v6.0.0
21
with:
22
- python-version: "3.12"
+ python-version: "3.13"
23
cache: "pip"
24
25
- name: "Install requirements"
requirements.txt
@@ -1,4 +1,4 @@
colorlog==6.9.0
-homeassistant==2024.8.2
+homeassistant==2025.10.2
pip>=21.3.1
ruff==0.14.0
0 commit comments