From 3956e2f9e0842534b762ceae91b78b8c331ce2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:12:59 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=0.23 to >=1.3.0 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.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92b1ff..b170444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ grpc = [ ] dev = [ "pytest>=8.0", - "pytest-asyncio>=0.23", + "pytest-asyncio>=1.3.0", "pytest-benchmark>=4.0", "pytest-httpx>=0.30", "pytest-cov>=5.0",