From e719ad6207043914239bd13a406f065d7d6d64a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 16:21:08 +0000 Subject: [PATCH] deps(backend): 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/v0.23.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.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 7eb1e99..253295f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ anyio>=4.13.0,<5 reportlab>=4.5.0,<5 python-multipart>=0.0.9,<0.1 pytest>=8,<9 -pytest-asyncio>=0.23,<0.25 +pytest-asyncio>=1.3.0,<1.4