Update url-normalize to 1.4.3 (#74897)
parent
59170d3c54
commit
c241e876ef
|
@ -6,7 +6,7 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"huawei-lte-api==1.6.0",
|
"huawei-lte-api==1.6.0",
|
||||||
"stringcase==1.2.0",
|
"stringcase==1.2.0",
|
||||||
"url-normalize==1.4.1"
|
"url-normalize==1.4.3"
|
||||||
],
|
],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Samsung SyncThru Printer",
|
"name": "Samsung SyncThru Printer",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"requirements": ["pysyncthru==0.7.10", "url-normalize==1.4.1"],
|
"requirements": ["pysyncthru==0.7.10", "url-normalize==1.4.3"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Z-Wave.Me",
|
"name": "Z-Wave.Me",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zwave_me",
|
"documentation": "https://www.home-assistant.io/integrations/zwave_me",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["zwave_me_ws==0.2.4", "url-normalize==1.4.1"],
|
"requirements": ["zwave_me_ws==0.2.4", "url-normalize==1.4.3"],
|
||||||
"after_dependencies": ["zeroconf"],
|
"after_dependencies": ["zeroconf"],
|
||||||
"zeroconf": [{ "type": "_hap._tcp.local.", "name": "*z.wave-me*" }],
|
"zeroconf": [{ "type": "_hap._tcp.local.", "name": "*z.wave-me*" }],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
|
|
@ -2372,7 +2372,7 @@ upcloud-api==2.0.0
|
||||||
# homeassistant.components.huawei_lte
|
# homeassistant.components.huawei_lte
|
||||||
# homeassistant.components.syncthru
|
# homeassistant.components.syncthru
|
||||||
# homeassistant.components.zwave_me
|
# homeassistant.components.zwave_me
|
||||||
url-normalize==1.4.1
|
url-normalize==1.4.3
|
||||||
|
|
||||||
# homeassistant.components.uscis
|
# homeassistant.components.uscis
|
||||||
uscisstatus==0.1.1
|
uscisstatus==0.1.1
|
||||||
|
|
|
@ -1581,7 +1581,7 @@ upcloud-api==2.0.0
|
||||||
# homeassistant.components.huawei_lte
|
# homeassistant.components.huawei_lte
|
||||||
# homeassistant.components.syncthru
|
# homeassistant.components.syncthru
|
||||||
# homeassistant.components.zwave_me
|
# homeassistant.components.zwave_me
|
||||||
url-normalize==1.4.1
|
url-normalize==1.4.3
|
||||||
|
|
||||||
# homeassistant.components.uvc
|
# homeassistant.components.uvc
|
||||||
uvcclient==0.11.0
|
uvcclient==0.11.0
|
||||||
|
|
Loading…
Reference in New Issue