From d1c593d4a349106fa595a2cdda0197c33b069861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:12:59 +0000 Subject: [PATCH] deps-dev(deps-dev): 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.23.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.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 b539d2aa..5c75c274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ changelog = "https://ronanb96.github.io/bluetooth-sig-python/community/changelog # test-core: pytest framework (shared by dev, test, and release validation) test-core = [ "pytest>=8.4,<10.0", - "pytest-asyncio>=0.23.0,<1.4", + "pytest-asyncio>=0.23.0,<1.5", "pytest-cov>=6.2,<8", "nest-asyncio>=1.5.0", "pytest-benchmark~=5.1",