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