From ec2238d59c055084080486468897ed3b13a99499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:44:45 +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.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ce591ca..3a398563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ homepage = "https://github.com/RonanB96/bluetooth-sig-python" [project.optional-dependencies] dev = [ "pytest~=8.4", - "pytest-asyncio>=0.23.0,<0.24", + "pytest-asyncio>=0.23.0,<1.3", "pytest-cov>=6.2,<8", "nest-asyncio>=1.5.0", "pytest-benchmark~=5.1", @@ -55,7 +55,7 @@ dev = [ "coverage~=7.0"] test = [ "pytest~=8.4", - "pytest-asyncio>=0.23.0,<0.24", + "pytest-asyncio>=0.23.0,<1.3", "pytest-cov>=6.2,<8", "nest-asyncio>=1.5.0", "pytest-benchmark~=5.1",