From a4624aea095b836a2583f9d6b4da0082321b506e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:15:33 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0650b07..6c8729d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = { file = "LICENSE" } requires-python = ">=3.10" dependencies = [ - "matrix-nio==0.25.2", + "matrix-nio==0.26.0", "logger", "PyYAML==6.0.3", "markdown==3.10.2",