Skip to content

Commit

Permalink
Bump glocaltokens to 0.5.0 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Sep 6, 2021
1 parent 9577a42 commit cb0629b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion custom_components/google_home/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"domain": "google_home",
"issue_tracker": "https://github.com/leikoilja/ha-google-home/issues",
"name": "Google Home",
"requirements": ["glocaltokens==0.4.0"],
"requirements": ["glocaltokens==0.5.0"],
"version": "1.7.0",
"zeroconf": ["_googlecast._tcp.local."],
"iot_class": "cloud_polling"
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
glocaltokens = "0.4.0"
glocaltokens = "0.5.0"
homeassistant = "2021.8.0"
zeroconf = "^0.29.0"
zeroconf = "^0.36.2"

[tool.poetry.dev-dependencies]
black = "^21.8b0"
Expand Down

0 comments on commit cb0629b

Please sign in to comment.