Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix(deps): update homeassistant packages to v2024.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent edd57a4 commit 569006d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
hass:
image: homeassistant/home-assistant:2024.9.1
image: homeassistant/home-assistant:2024.9.2
# user: "1000"
ports:
- 8123:8123
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.12,<3.13"

[tool.poetry.group.dev.dependencies]
homeassistant = "2024.9.1"
homeassistant = "2024.9.2"
ruff = "^0.6.0"
mypy = "^1.11.1"
pytest = "^8.0.0"
Expand Down

0 comments on commit 569006d

Please sign in to comment.