Skip to content

Commit

Permalink
Bump Python matter server to 5.5.0 (#109894)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored and frenck committed Feb 9, 2024
1 parent 44c9ea6 commit e320d71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/matter/manifest.json
Expand Up @@ -6,5 +6,5 @@
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/matter",
"iot_class": "local_push",
"requirements": ["python-matter-server==5.4.1"]
"requirements": ["python-matter-server==5.5.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2238,7 +2238,7 @@ python-kasa[speedups]==0.6.2.1
# python-lirc==1.2.3

# homeassistant.components.matter
python-matter-server==5.4.1
python-matter-server==5.5.0

# homeassistant.components.xiaomi_miio
python-miio==0.5.12
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1711,7 +1711,7 @@ python-juicenet==1.1.0
python-kasa[speedups]==0.6.2.1

# homeassistant.components.matter
python-matter-server==5.4.1
python-matter-server==5.5.0

# homeassistant.components.xiaomi_miio
python-miio==0.5.12
Expand Down
1 change: 1 addition & 0 deletions tests/components/matter/test_api.py
Expand Up @@ -229,6 +229,7 @@ async def test_node_diagnostics(
mac_address="00:11:22:33:44:55",
available=True,
active_fabrics=[MatterFabricData(2, 4939, 1, vendor_name="Nabu Casa")],
active_fabric_index=0,
)
matter_client.node_diagnostics = AsyncMock(return_value=mock_diagnostics)

Expand Down

0 comments on commit e320d71

Please sign in to comment.