From f6088c4ea9dc54dd7d7b5a59c06506f6128f0447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:06:52 +0000 Subject: [PATCH] chore(deps-dev): Update pytest-asyncio requirement in /packages/api 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.25.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/pyproject.toml b/packages/api/pyproject.toml index 22d8659..53f97ef 100644 --- a/packages/api/pyproject.toml +++ b/packages/api/pyproject.toml @@ -26,7 +26,7 @@ python-multipart = "^0.0.20" [tool.poetry.group.dev.dependencies] pytest = "^8.3.0" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^1.3.0" pytest-cov = "^6.0.0" ruff = "^0.9.0" mypy = "^1.14.0"