Skip to content

Commit

Permalink
Update devcontainer and HA version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-st committed Jun 12, 2024
1 parent 042cd0e commit 18797ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-st/auto_areas",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant==2023.4.0
pip>=21.0,<24.1
# colorlog>=6.8
homeassistant==2024.6.1
pip<23.2,>=21.3.1
ruff==0.1.14

0 comments on commit 18797ff

Please sign in to comment.