From 804841d9062bd7fefbf87f4ba2b8392758444340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:39:04 +0000 Subject: [PATCH] Update pytest-asyncio requirement from >=1.3.0 to >=1.4.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 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..afa468e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ mautrix >= 0.21.0 # ============================================================================= # ruff>=0.9.0 # Linter & Formatter (wird in .github/workflows/ci.yml genutzt) # pyright # Type-Checker -pytest-asyncio >= 1.3.0 # Benötigt von maubot.testing (pytest-Plugin) \ No newline at end of file +pytest-asyncio >= 1.4.0 # Benötigt von maubot.testing (pytest-Plugin) \ No newline at end of file