From f5c8b15f2515f2ea2917ffb4519b29af5facf53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:29:44 +0000 Subject: [PATCH] chore(deps-dev): update pytest-asyncio requirement in /sdk 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.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index f10b331..b7059af 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ dev = [ "pytest>=8.3", "pytest-cov>=6.0", - "pytest-asyncio>=0.24", + "pytest-asyncio>=1.3.0", "mypy>=1.14", "mypy-protobuf>=3.6", "ruff>=0.8",