From 9fe27b849ffe4997c499e873f9acc0a58d589c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:48:03 +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_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 05c59aa..e385481 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ aioresponses>=0.7.8 -pytest-asyncio>=1.3.0 +pytest-asyncio>=1.4.0 pytest-cov>=7.1.0 pytest>=9.0.3 python-dotenv>=1.2.2