Update url-normalize to 1.4.3 (#74897)

pull/74913/head
Franck Nijhof 2022-07-10 20:55:54 +02:00 committed by GitHub
parent 59170d3c54
commit c241e876ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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": [
{

View File

@ -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",

View File

@ -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,

View File

@ -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

View File

@ -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