From 454e8af81ddab691c034f6c5c69309b2260a6399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:06:30 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement in /backend 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.0.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f2a4e85..0cf00e1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,6 +14,6 @@ structlog>=26.1.0,<27.0 prometheus-client>=0.25.0,<1.0 sentry-sdk[fastapi]>=2.64.0,<3.0 pytest>=9.1.1,<10.0 -pytest-asyncio>=1.0,<2.0 +pytest-asyncio>=1.4.0,<2.0 respx>=0.22,<1.0 asgi-lifespan>=2.1,<3.0