From aa56af95bacf0f2381e6579bb7da41e983783c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:33:16 +0000 Subject: [PATCH] build(deps): bump matrix-nio from 0.25.2 to 0.26.0 Bumps [matrix-nio](https://github.com/matrix-nio/matrix-nio) from 0.25.2 to 0.26.0. - [Changelog](https://github.com/matrix-nio/matrix-nio/blob/main/CHANGELOG.md) - [Commits](https://github.com/matrix-nio/matrix-nio/compare/0.25.2...0.26.0) --- updated-dependencies: - dependency-name: matrix-nio dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 31 +++++++++++++++---------------- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 40af864..9875d07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,30 +1188,29 @@ files = [ [[package]] name = "matrix-nio" -version = "0.25.2" +version = "0.26.0" description = "A Python Matrix client library, designed according to sans I/O principles." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "matrix_nio-0.25.2-py3-none-any.whl", hash = "sha256:9c2880004b0e475db874456c0f79b7dd2b6285073a7663bcaca29e0754a67495"}, - {file = "matrix_nio-0.25.2.tar.gz", hash = "sha256:8ef8180c374e12368e5c83a692abfb3bab8d71efcd17c5560b5c40c9b6f2f600"}, + {file = "matrix_nio-0.26.0-py3-none-any.whl", hash = "sha256:1803d7ba6dbc54a101a02695a5a767a1fb53632e46aced9d116990f4a98eadf3"}, + {file = "matrix_nio-0.26.0.tar.gz", hash = "sha256:6aff7aa1d9e6e5351df8f979f4b647a3b347f635e306b26e2682fd3b59d8e6a8"}, ] [package.dependencies] -aiofiles = ">=24.1,<25.0" -aiohttp = ">=3.10,<4.0" -aiohttp-socks = ">=0.8,<1.0" -h11 = ">=0.14,<1.0" -h2 = ">=4.0,<5.0" -jsonschema = ">=4.14,<5.0" -pycryptodome = ">=3.10,<4.0" -unpaddedbase64 = ">=2.1,<3.0" +aiofiles = ">=24.1" +aiohttp = ">=3.10" +aiohttp-socks = ">=0.8" +h11 = ">=0.14" +h2 = ">=4.0" +jsonschema = ">=4.14" +pycryptodome = ">=3.10" +unpaddedbase64 = ">=2.1" [package.extras] -dev = ["aioresponses (>=0.7,<1.0)", "faker (>=8.0,<9.0)", "hpack (>=4.0,<5.0)", "hyperframe (>=6.0,<7.0)", "hypothesis (>=6.8,<7.0)", "matrix-nio[e2e]", "mypy (>=1.11,<2.0)", "mypy-extensions (>=1.0,<2.0)", "pre-commit", "pytest (>=8.2,<9.0)", "pytest-aiohttp (>=0.3,<1.0)", "pytest-asyncio (>=0.24,<1.0)", "pytest-benchmark (>=4.0,<5.0)", "pytest-cov (>=2.11,<3.0)", "pytest-flake8 (>=1.2,<2.0)"] -docs = ["matrix-nio[dev]", "setuptools (>=61.0)", "sphinx (>=7.4,<8.0)", "sphinx-autodoc-typehints (>=2.1,<3.0)", "sphinx-mdinclude (>=0.5)", "sphinx-rtd-theme (>=2.0,<3.0)"] -e2e = ["atomicwrites (>=1.4,<2.0)", "cachetools (>=5.3,<6.0)", "peewee (>=3.14,<4.0)", "python-olm (>=3.2,<4.0)"] +docs = ["matrix-nio[dev]", "setuptools (>=61.0)", "sphinx (>=7.4)", "sphinx-autodoc-typehints (>=2.1,<3.0)", "sphinx_mdinclude (>=0.5)", "sphinx_rtd_theme (>=2.0)"] +e2e = ["atomicwrites (>=1.4,<2.0)", "cachetools (>=5.3)", "peewee (>=3.14,<4.0)", "vodozemac (>=0.9.0.post2)"] [[package]] name = "multidict" @@ -2280,4 +2279,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "45aa708b9a51aa46e35fc8844d6a363d9cf24127aff37afb4202480fb974566f" +content-hash = "7b869eebcb8396aae9cc586c342919d38de210e2b3d1e0c87c5bc3d2e81477f8" diff --git a/pyproject.toml b/pyproject.toml index 1bd4af7..1a7fe7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ paramiko = ">=4,<6" colour = "^0.1.5" py-cord = "^2.6.1" audioop-lts = { version = "^0.2.2", python = "^3.13" } -matrix-nio = ">=0.19,<0.26" +matrix-nio = ">=0.19,<0.27" Pillow = "^12.2.0" python-magic = "^0.4.27"