Upgrade aiodns to 3.0.0 (#50712)
This commit is contained in:
parent
636528dd2e
commit
a414cad3b2
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "dnsip",
|
"domain": "dnsip",
|
||||||
"name": "DNS IP",
|
"name": "DNS IP",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/dnsip",
|
"documentation": "https://www.home-assistant.io/integrations/dnsip",
|
||||||
"requirements": ["aiodns==2.0.0"],
|
"requirements": ["aiodns==3.0.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Minecraft Server",
|
"name": "Minecraft Server",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
||||||
"requirements": ["aiodns==2.0.0", "getmac==0.8.2", "mcstatus==5.1.1"],
|
"requirements": ["aiodns==3.0.0", "getmac==0.8.2", "mcstatus==5.1.1"],
|
||||||
"codeowners": ["@elmurato"],
|
"codeowners": ["@elmurato"],
|
||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
|
|
@ -151,7 +151,7 @@ aiodiscover==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
aiodns==2.0.0
|
aiodns==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.eafm
|
# homeassistant.components.eafm
|
||||||
aioeafm==0.1.2
|
aioeafm==0.1.2
|
||||||
|
|
|
@ -91,7 +91,7 @@ aiodiscover==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
aiodns==2.0.0
|
aiodns==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.eafm
|
# homeassistant.components.eafm
|
||||||
aioeafm==0.1.2
|
aioeafm==0.1.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue