From 7646479ce5ea5830cc361a6bf3f279918edeecde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:06:48 +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 02dba3c..508adcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ SQLAlchemy>=2.0.49 rich>=15.0.0 aiofiles>=25.1.0 pytest>=9.0.3 -pytest-asyncio>=1.3.0 +pytest-asyncio>=1.4.0 pytest-mock>=3.15.1 # Dashboard