File tree Expand file tree Collapse file tree 3 files changed +860
-841
lines changed Expand file tree Collapse file tree 3 files changed +860
-841
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Google Home" ,
3- "homeassistant" : " 2025.6.0b1 " ,
3+ "homeassistant" : " 2025.6.0 " ,
44 "render_readme" : true
55}
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ license = {text = "MIT"}
1111requires-python = " >=3.13.2"
1212dynamic = [" version" ]
1313dependencies = [
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 ]
1919dev = [
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
You can’t perform that action at this time.
0 commit comments