Skip to content

Commit 677cca9

Browse files
authored
Prevent automatic updates of homeassistant dependency (#653)
1 parent 5f36840 commit 677cca9

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

poetry.lock

Lines changed: 9 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
glocaltokens = "^0.6.9"
12-
homeassistant = "^2023.2.2"
12+
homeassistant = "2023.2.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = "^23.1.0"

0 commit comments

Comments
 (0)