Bump Python-MyQ to v3.1.13 (#101852)
This commit is contained in:
parent
2276be275d
commit
5523e9947d
4 changed files with 4 additions and 4 deletions
|
@ -14,5 +14,5 @@
|
||||||
},
|
},
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pkce", "pymyq"],
|
"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",
|
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated:DeprecationWarning:proto.datetime_helpers",
|
||||||
# https://github.com/MatsNl/pyatag/issues/11 - v0.3.7.1
|
# https://github.com/MatsNl/pyatag/issues/11 - v0.3.7.1
|
||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pyatag.gateway",
|
"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)",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pymyq.(api|account)",
|
||||||
# Wrong stacklevel
|
# Wrong stacklevel
|
||||||
# https://bugs.launchpad.net/beautifulsoup/+bug/2034451
|
# https://bugs.launchpad.net/beautifulsoup/+bug/2034451
|
||||||
|
|
|
@ -2152,7 +2152,7 @@ python-miio==0.5.12
|
||||||
python-mpd2==3.0.5
|
python-mpd2==3.0.5
|
||||||
|
|
||||||
# homeassistant.components.myq
|
# homeassistant.components.myq
|
||||||
python-myq==3.1.11
|
python-myq==3.1.13
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.2.0
|
||||||
|
|
|
@ -1602,7 +1602,7 @@ python-matter-server==3.7.0
|
||||||
python-miio==0.5.12
|
python-miio==0.5.12
|
||||||
|
|
||||||
# homeassistant.components.myq
|
# homeassistant.components.myq
|
||||||
python-myq==3.1.11
|
python-myq==3.1.13
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue