Skip to content

Commit e19c8a7

Browse files
authored
Bump glocaltoken to 0.7.5 (#950)
1 parent 58d3ee0 commit e19c8a7

File tree

3 files changed

+860
-841
lines changed

3 files changed

+860
-841
lines changed

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Google Home",
3-
"homeassistant": "2025.6.0b1",
3+
"homeassistant": "2025.6.0",
44
"render_readme": true
55
}

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ license = {text = "MIT"}
1111
requires-python = ">=3.13.2"
1212
dynamic = ["version"]
1313
dependencies = [
14-
"glocaltokens>=0.7.4",
15-
"homeassistant==2025.6.0b1",
14+
"glocaltokens>=0.7.5",
15+
"homeassistant==2025.6.0",
1616
]
1717

1818
[dependency-groups]
1919
dev = [
2020
"codespell>=2.4.1",
21-
"homeassistant-stubs==2025.6.0b1",
22-
"mypy>=1.15.0",
21+
"homeassistant-stubs==2025.6.0",
22+
"mypy>=1.16.1",
2323
"PyGithub>=2.6",
2424
"pylint>=3.3.7",
2525
"pytest>=8.3.5",
26-
"ruff>=0.11.11",
26+
"ruff>=0.12.0",
2727
"types-requests<2.31.0.7",
2828
"voluptuous-stubs>=0.1.1",
2929
]
@@ -96,7 +96,6 @@ select = [
9696
"S317", # suspicious-xml-sax-usage
9797
"S318", # suspicious-xml-mini-dom-usage
9898
"S319", # suspicious-xml-pull-dom-usage
99-
"S320", # suspicious-xmle-tree-usage
10099
"S601", # paramiko-call
101100
"S602", # subprocess-popen-with-shell-equals-true
102101
"S604", # call-with-shell-equals-true

0 commit comments

Comments
 (0)