mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump icmplib to 2.0 for ping (#43868)
This commit is contained in:
parent
5742db6308
commit
4ef93feb9a
@ -3,6 +3,6 @@
|
|||||||
"name": "Ping (ICMP)",
|
"name": "Ping (ICMP)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ping",
|
"documentation": "https://www.home-assistant.io/integrations/ping",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"requirements": ["icmplib==1.2.2"],
|
"requirements": ["icmplib==2.0"],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -810,7 +810,7 @@ ibm-watson==4.0.1
|
|||||||
ibmiotf==0.3.4
|
ibmiotf==0.3.4
|
||||||
|
|
||||||
# homeassistant.components.ping
|
# homeassistant.components.ping
|
||||||
icmplib==1.2.2
|
icmplib==2.0
|
||||||
|
|
||||||
# homeassistant.components.iglo
|
# homeassistant.components.iglo
|
||||||
iglo==1.2.7
|
iglo==1.2.7
|
||||||
|
@ -419,7 +419,7 @@ hyperion-py==0.6.0
|
|||||||
iaqualink==0.3.4
|
iaqualink==0.3.4
|
||||||
|
|
||||||
# homeassistant.components.ping
|
# homeassistant.components.ping
|
||||||
icmplib==1.2.2
|
icmplib==2.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.8.0
|
influxdb-client==1.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user