From b4d389e09bda88140a5138765d4af75089e40448 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:27:40 +0000 Subject: [PATCH] Update dependency pytest-asyncio to ^0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 429827f..e2f203d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ anthropic = "^0.18.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.26.0" pytest-cov = "^4.1.0" black = "^24.0.0" ruff = "^0.1.0"