Bump Python-MyQ to v3.1.13 (#101852)
parent
2276be275d
commit
5523e9947d
|
@ -14,5 +14,5 @@
|
|||
},
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pkce", "pymyq"],
|
||||
"requirements": ["python-myq==3.1.11"]
|
||||
"requirements": ["python-myq==3.1.13"]
|
||||
}
|
||||
|
|
|
@ -528,7 +528,7 @@ filterwarnings = [
|
|||
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated:DeprecationWarning:proto.datetime_helpers",
|
||||
# https://github.com/MatsNl/pyatag/issues/11 - v0.3.7.1
|
||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pyatag.gateway",
|
||||
# https://github.com/Python-MyQ/Python-MyQ - v3.1.11
|
||||
# https://github.com/Python-MyQ/Python-MyQ - v3.1.13
|
||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pymyq.(api|account)",
|
||||
# Wrong stacklevel
|
||||
# https://bugs.launchpad.net/beautifulsoup/+bug/2034451
|
||||
|
|
|
@ -2152,7 +2152,7 @@ python-miio==0.5.12
|
|||
python-mpd2==3.0.5
|
||||
|
||||
# homeassistant.components.myq
|
||||
python-myq==3.1.11
|
||||
python-myq==3.1.13
|
||||
|
||||
# homeassistant.components.mystrom
|
||||
python-mystrom==2.2.0
|
||||
|
|
|
@ -1602,7 +1602,7 @@ python-matter-server==3.7.0
|
|||
python-miio==0.5.12
|
||||
|
||||
# homeassistant.components.myq
|
||||
python-myq==3.1.11
|
||||
python-myq==3.1.13
|
||||
|
||||
# homeassistant.components.mystrom
|
||||
python-mystrom==2.2.0
|
||||
|
|
Loading…
Reference in New Issue