From 830ff6d6a75731604a3011c4fa70ea32739bc533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 05:32:48 +0000 Subject: [PATCH] ci: 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.26.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974ff9d..b9bdf2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<0.27.0", + "pytest-asyncio>=0.26.0,<1.4.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", @@ -107,7 +107,7 @@ all = [ "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<0.27.0", + "pytest-asyncio>=0.26.0,<1.4.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", @@ -175,7 +175,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<0.27.0", + "pytest-asyncio>=0.26.0,<1.4.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", ]