From ae3f67b24e5634e2a2466de34fdd7f1dfd8a424a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:15:10 +0000 Subject: [PATCH] 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.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 809ad040..d1b19054 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [dependency-groups] dev = [ "pytest>=8.0,<9", - "pytest-asyncio>=0.24,<1", + "pytest-asyncio>=0.24,<2", "pytest-cov>=6.0,<7", "pytest-django>=4.9,<5", "pytest-celery>=1.0,<2",