diff --git a/poetry.lock b/poetry.lock index 05d20b0f7..e296bbf06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1376,16 +1376,6 @@ files = [ {file = "frozenlist-1.4.0.tar.gz", hash = "sha256:09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251"}, ] -[[package]] -name = "future" -version = "0.18.3" -description = "Clean single-source support for Python 3 and 2" -optional = true -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, -] - [[package]] name = "greenlet" version = "2.0.2" @@ -2160,23 +2150,22 @@ files = [ [[package]] name = "matrix-nio" -version = "0.21.2" +version = "0.22.0" description = "A Python Matrix client library, designed according to sans I/O principles." optional = true python-versions = ">=3.8.0,<4.0.0" files = [ - {file = "matrix_nio-0.21.2-py3-none-any.whl", hash = "sha256:95bec84dd0d4eca4f0ce252d2f630d435edbc41bb405448d88916a3783479237"}, - {file = "matrix_nio-0.21.2.tar.gz", hash = "sha256:414301fc25662af3e3436de5b955980474c03b0f3001f1b041c49743ede73232"}, + {file = "matrix_nio-0.22.0-py3-none-any.whl", hash = "sha256:70812ebea066cc6e2613db956baa493f10f4b0ecc7e8a8ff3aeb7ba1adffb0e3"}, + {file = "matrix_nio-0.22.0.tar.gz", hash = "sha256:1af372e343c413de9c2bdedd53b6f6a3e72fb26e1a9ea43cd73cd4bb150b82ca"}, ] [package.dependencies] aiofiles = ">=23.1.0,<24.0.0" aiohttp = ">=3.8.3,<4.0.0" aiohttp-socks = ">=0.7.0,<0.8.0" -future = ">=0.18.2,<0.19.0" h11 = ">=0.14.0,<0.15.0" h2 = ">=4.0.0,<5.0.0" -jsonschema = ">=4.4.0,<5.0.0" +jsonschema = ">=4.14.0,<5.0.0" pycryptodome = ">=3.10.1,<4.0.0" unpaddedbase64 = ">=2.1.0,<3.0.0" @@ -4515,4 +4504,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a65d00c27eff01dec99403a45972e546911194f4176f6eb30f6a347830d7abb7" +content-hash = "f9e042d9c5eda00aaca1f316d20b051acd993d80d94290a58585584b638bcdbb" diff --git a/pyproject.toml b/pyproject.toml index 45d205bd8..62bb6adfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ mediawiki-messages = {version = "*", optional = true} httpx-gssapi = {version = "^0.1.7 || ^0.2.0", optional = true} backoff = {version = "^2.2.1", optional = true} cashews = {extras = ["redis"], version = "^5.1.0 || ^6.0.0", optional = true} -matrix-nio = {version = "^0.20.1 || ^0.21.0", optional = true} +matrix-nio = {version = "^0.20.1 || ^0.21.0 || ^0.22.0", optional = true} sqlalchemy-helpers = ">=0.11" koschei-messages = {version = "*", optional = true} pydantic-settings = "^2.0.2"