From fe3b1eb7f5043bf6ef8129b82b3e44b3ab4f36a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 06:59:16 +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/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.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 48cb811..1755a64 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -34,7 +34,7 @@ otel = [ dev = [ "pytest>=9.0.3", "pytest-cov>=7.1.0", - "pytest-asyncio>=1.3.0", + "pytest-asyncio>=1.4.0", "mypy>=2.1.0", "mypy-protobuf>=5.1.0", "ruff>=0.15.14",