From d574b7f30c86f9b89ad8d6bb26477d6cb1c49773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:33:08 +0000 Subject: [PATCH] Update pytest-asyncio requirement from >=0.21.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/v0.21.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_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 1f425b9b..cc5c2445 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,4 +10,4 @@ restructuredtext-lint==2.0.2 pygments==2.20.0 testtools>=2.9.1 sortedcontainers~=2.4.0 -pytest-asyncio>=0.21.0 +pytest-asyncio>=1.4.0