From a9a67c7a8aa783eb1c6e5c6e40d6a1eb621162c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:15:01 +0000 Subject: [PATCH] chore(deps): Update pytest-asyncio requirement in /apps/server 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] --- apps/server/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/requirements-test.txt b/apps/server/requirements-test.txt index 70a4ab27..9cb03ac8 100644 --- a/apps/server/requirements-test.txt +++ b/apps/server/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt pytest>=9.0.3 -pytest-asyncio>=1.3.0 +pytest-asyncio>=1.4.0 pytest-cov>=7.1.0 pytest-timeout>=2.4.0