Skip to content

Commit

Permalink
Bump python-matter-server to version 5.0.0 (#104805)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 30, 2023
1 parent 7ec6510 commit b31d805
Show file tree
Hide file tree
Showing 3 changed files with 3 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==4.0.2"]
"requirements": ["python-matter-server==5.0.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2172,7 +2172,7 @@ python-kasa[speedups]==0.5.4
# python-lirc==1.2.3

# homeassistant.components.matter
python-matter-server==4.0.2
python-matter-server==5.0.0

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

# homeassistant.components.matter
python-matter-server==4.0.2
python-matter-server==5.0.0

# homeassistant.components.xiaomi_miio
python-miio==0.5.12
Expand Down

0 comments on commit b31d805

Please sign in to comment.