From cc10740163bd421204f783c5d64645957d04f2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:17:51 +0000 Subject: [PATCH] chore(deps-dev): 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 69c2e24..14654c7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.3.0", - "pytest-asyncio>=0.24.0", + "pytest-asyncio>=1.3.0", "pytest-cov>=5.0.0", "pytest-mock>=3.14.0", "ruff>=0.6.0",