Update matrix-nio to 0.22.1 (#101693)
This commit is contained in:
parent
a21990f248
commit
35293eb98b
4 changed files with 3 additions and 7 deletions
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/matrix",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["matrix_client"],
|
||||
"requirements": ["matrix-nio==0.21.2", "Pillow==10.0.1"]
|
||||
"requirements": ["matrix-nio==0.22.1", "Pillow==10.0.1"]
|
||||
}
|
||||
|
|
|
@ -469,10 +469,6 @@ filterwarnings = [
|
|||
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:feedparser.encodings",
|
||||
# https://github.com/jaraco/jaraco.abode/commit/9e3e789efc96cddcaa15f920686bbeb79a7469e0 - update jaraco.abode to >=5.1.0
|
||||
"ignore:`jaraco.functools.call_aside` is deprecated, use `jaraco.functools.invoke` instead:DeprecationWarning:jaraco.abode.helpers.timeline",
|
||||
# https://github.com/poljar/matrix-nio/pull/438 - >=0.22.0
|
||||
"ignore:FormatChecker.cls_checks is deprecated:DeprecationWarning:nio.schemas",
|
||||
# https://github.com/poljar/matrix-nio/pull/439 - >=0.22.0
|
||||
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:nio.client.http_client",
|
||||
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1
|
||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:nextcord.health_check",
|
||||
# https://github.com/grahamwetzler/smart-meter-texas/pull/143 - >0.5.3
|
||||
|
|
|
@ -1183,7 +1183,7 @@ lxml==4.9.3
|
|||
mac-vendor-lookup==0.1.12
|
||||
|
||||
# homeassistant.components.matrix
|
||||
matrix-nio==0.21.2
|
||||
matrix-nio==0.22.1
|
||||
|
||||
# homeassistant.components.maxcube
|
||||
maxcube-api==0.4.3
|
||||
|
|
|
@ -915,7 +915,7 @@ lxml==4.9.3
|
|||
mac-vendor-lookup==0.1.12
|
||||
|
||||
# homeassistant.components.matrix
|
||||
matrix-nio==0.21.2
|
||||
matrix-nio==0.22.1
|
||||
|
||||
# homeassistant.components.maxcube
|
||||
maxcube-api==0.4.3
|
||||
|
|
Loading…
Add table
Reference in a new issue