From 2315d0fadf08572e3035de098127fee2844b6247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:14:39 +0000 Subject: [PATCH] build(deps-dev): update pytest-asyncio requirement 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.6...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2793d85..66d9603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aiohttp = "^3.8.5" [tool.poetry.group.dev.dependencies] pytest = "^8.1.1" -pytest-asyncio = ">=0.23.6,<0.26.0" +pytest-asyncio = ">=0.23.6,<1.3.0" ruff = "^0.9.6" [tool.ruff]