Skip to content

Commit

Permalink
Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Sep 26, 2024
1 parent e72ec07 commit 95d9d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/linkplay/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/linkplay",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": ["python-linkplay==0.0.9"],
"requirements": ["python-linkplay==0.0.12"],
"zeroconf": ["_linkplay._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@ python-juicenet==1.1.0
python-kasa[speedups]==0.7.3

# homeassistant.components.linkplay
python-linkplay==0.0.9
python-linkplay==0.0.12

# homeassistant.components.lirc
# python-lirc==1.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ python-juicenet==1.1.0
python-kasa[speedups]==0.7.3

# homeassistant.components.linkplay
python-linkplay==0.0.9
python-linkplay==0.0.12

# homeassistant.components.matter
python-matter-server==6.5.2
Expand Down

0 comments on commit 95d9d90

Please sign in to comment.