mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
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.0
This commit is contained in:
parent
55de21477c
commit
c93b4cf61a
@ -9,7 +9,7 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"huawei-lte-api==1.10.0",
|
"huawei-lte-api==1.10.0",
|
||||||
"stringcase==1.2.0",
|
"stringcase==1.2.0",
|
||||||
"url-normalize==1.4.3"
|
"url-normalize==2.2.0"
|
||||||
],
|
],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pysyncthru"],
|
"loggers": ["pysyncthru"],
|
||||||
"requirements": ["PySyncThru==0.8.0", "url-normalize==1.4.3"],
|
"requirements": ["PySyncThru==0.8.0", "url-normalize==2.2.0"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"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.4.3", "url-normalize==1.4.3"],
|
"requirements": ["zwave-me-ws==0.4.3", "url-normalize==2.2.0"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_hap._tcp.local.",
|
"type": "_hap._tcp.local.",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2991,7 +2991,7 @@ upcloud-api==2.6.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.3
|
url-normalize==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.uvc
|
# homeassistant.components.uvc
|
||||||
uvcclient==0.12.1
|
uvcclient==0.12.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2411,7 +2411,7 @@ upcloud-api==2.6.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.3
|
url-normalize==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.uvc
|
# homeassistant.components.uvc
|
||||||
uvcclient==0.12.1
|
uvcclient==0.12.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user