From 7ab11a4fad22394b0175389933b8e29b6f5bf8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:34:14 +0000 Subject: [PATCH] Update mautrix requirement from >=0.21.0 to >=0.21.1 Updates the requirements on [mautrix](https://github.com/mautrix/python) to permit the latest version. - [Release notes](https://github.com/mautrix/python/releases) - [Changelog](https://github.com/mautrix/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/mautrix/python/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: mautrix dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 599daf5..ad3e8af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ # Hinweis: aiohttp wird von Maubot mitgeliefert → kein separater Eintrag nötig. maubot >= 0.4.0 -mautrix >= 0.21.0 +mautrix >= 0.21.1 # ============================================================================= # Entwicklung (optional – nur für lokale Entwicklung / CI)