Upgrade getmac to 0.8.2 (#34013)
This commit is contained in:
parent
19ce367f88
commit
2dc6ba0ab4
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/huawei_lte",
|
||||
"requirements": [
|
||||
"getmac==0.8.1",
|
||||
"getmac==0.8.2",
|
||||
"huawei-lte-api==1.4.11",
|
||||
"stringcase==1.2.0",
|
||||
"url-normalize==1.4.1"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"name": "KEF",
|
||||
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||
"codeowners": ["@basnijholt"],
|
||||
"requirements": ["aiokef==0.2.9", "getmac==0.8.1"]
|
||||
"requirements": ["aiokef==0.2.9", "getmac==0.8.2"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Minecraft Server",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
||||
"requirements": ["aiodns==2.0.0", "getmac==0.8.1", "mcstatus==2.3.0"],
|
||||
"requirements": ["aiodns==2.0.0", "getmac==0.8.2", "mcstatus==2.3.0"],
|
||||
"codeowners": ["@elmurato"],
|
||||
"quality_scale": "silver"
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "nmap_tracker",
|
||||
"name": "Nmap Tracker",
|
||||
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
||||
"requirements": ["python-nmap==0.6.1", "getmac==0.8.1"],
|
||||
"requirements": ["python-nmap==0.6.1", "getmac==0.8.2"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -607,7 +607,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||
# homeassistant.components.kef
|
||||
# homeassistant.components.minecraft_server
|
||||
# homeassistant.components.nmap_tracker
|
||||
getmac==0.8.1
|
||||
getmac==0.8.2
|
||||
|
||||
# homeassistant.components.gios
|
||||
gios==0.1.1
|
||||
|
|
|
@ -239,7 +239,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||
# homeassistant.components.kef
|
||||
# homeassistant.components.minecraft_server
|
||||
# homeassistant.components.nmap_tracker
|
||||
getmac==0.8.1
|
||||
getmac==0.8.2
|
||||
|
||||
# homeassistant.components.gios
|
||||
gios==0.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue