Upgrade url-normalize to 2.2.0 (#142365)
* https://github.com/niksite/url-normalize/releases/tag/2.0.0 * https://github.com/niksite/url-normalize/releases/tag/2.0.1 * https://github.com/niksite/url-normalize/releases/tag/2.1.0 * https://github.com/niksite/url-normalize/releases/tag/2.2.0pull/141494/merge
parent
55de21477c
commit
c93b4cf61a
|
@ -9,7 +9,7 @@
|
|||
"requirements": [
|
||||
"huawei-lte-api==1.10.0",
|
||||
"stringcase==1.2.0",
|
||||
"url-normalize==1.4.3"
|
||||
"url-normalize==2.2.0"
|
||||
],
|
||||
"ssdp": [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pysyncthru"],
|
||||
"requirements": ["PySyncThru==0.8.0", "url-normalize==1.4.3"],
|
||||
"requirements": ["PySyncThru==0.8.0", "url-normalize==2.2.0"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/zwave_me",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["zwave-me-ws==0.4.3", "url-normalize==1.4.3"],
|
||||
"requirements": ["zwave-me-ws==0.4.3", "url-normalize==2.2.0"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_hap._tcp.local.",
|
||||
|
|
|
@ -2991,7 +2991,7 @@ upcloud-api==2.6.0
|
|||
# homeassistant.components.huawei_lte
|
||||
# homeassistant.components.syncthru
|
||||
# homeassistant.components.zwave_me
|
||||
url-normalize==1.4.3
|
||||
url-normalize==2.2.0
|
||||
|
||||
# homeassistant.components.uvc
|
||||
uvcclient==0.12.1
|
||||
|
|
|
@ -2411,7 +2411,7 @@ upcloud-api==2.6.0
|
|||
# homeassistant.components.huawei_lte
|
||||
# homeassistant.components.syncthru
|
||||
# homeassistant.components.zwave_me
|
||||
url-normalize==1.4.3
|
||||
url-normalize==2.2.0
|
||||
|
||||
# homeassistant.components.uvc
|
||||
uvcclient==0.12.1
|
||||
|
|
Loading…
Reference in New Issue