Update matrix-nio to 0.22.1 (#101693)

This commit is contained in:
Marc Mueller 2023-10-09 23:23:45 +02:00 committed by GitHub
parent a21990f248
commit 35293eb98b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 7 deletions

View file

@ -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"]
}

View file

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

View file

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

View file

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